You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(24) |
Feb
(1) |
Mar
(1) |
Apr
(47) |
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
(6) |
Nov
(1) |
Dec
(1) |
2009 |
Jan
(7) |
Feb
(5) |
Mar
(21) |
Apr
|
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
(2) |
Dec
|
2010 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
(57) |
Aug
|
Sep
|
Oct
|
Nov
(6) |
Dec
|
2011 |
Jan
(9) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(1) |
From: Bindul B. <bin...@gm...> - 2012-12-05 08:30:18
|
Steven, You are correct about the build issues from that tag or even the source jar. For the Sun Jars, unfortunately they must have been in my local maven repository when 1.5.2 was released and were never caught. Not very sure about the resource plugin. I ran into the same issue you did and had to comment out the target path, but when 1.5.2 was built (on a WinXP 32 bit machine) it worked just fine. I was new to Maven then, and did not have plugin versions in POMs, so probably might be something that needs change with newer versions of maven-resource-plugin. The Maven NSIS plugin needs an update, but is probably weeks away. I have not spent a lot of time on it (and currently don't have NSIS installed on my machine); but you have to have NSIS installed on your machine and available in %PATH%. I will try to look into it, but with the $day job, don't see it happening soon. However, if you don't really need the installer, you can happily comment out that plugin and run Insight builds. All that plugin does is create the setup installer for Windows. Regards, Bindul ------Original Message------ From: Steven Libonati To: min...@li... ReplyTo: Steven Libonati ReplyTo: Insight Development Mailing List Subject: [insight-devel] Issue building 1.5.2 Sent: Oct 12, 2012 13:21 Running into failure with com.mindtree.techworks.insight.releng:maven-nsis-plugin:0.1.0:compile. Below is full mvn output with debug on. Any hints ? This was obtained from http://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/insight/insight-ui/tags/insight-ui-1.5.2. Also a few things perhaps to add here .... http://mindtreeinsight.sourceforge.net/devel/index.html I had to overcome the log4j dependencies resolution issue with exclusions... <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.3alpha9-SNAPSHOT</version> <exclusions> <exclusion> <groupId>com.sun.jmx</groupId> <artifactId>jmxri</artifactId> </exclusion> <exclusion> <groupId>com.sun.jdmk</groupId> <artifactId>jmxtools</artifactId> </exclusion> <exclusion> <groupId>javax.jms</groupId> <artifactId>jms</artifactId> </exclusion> </exclusions> </dependency> and I had to remove targetPath. It was resolving to a network location. If anyone can explain that , that would be helpful. <resources> <resource> <!-- <targetPath>/</targetPath> --> <filtering>true</filtering> <directory>src/main/resources</directory> </resource> </resources> Apache Maven 3.0.2 (r1056850; 2011-01-08 19:58:10-0500) Java version: 1.6.0_17, vendor: Sun Microsystems Inc. Java home: C:\Program Files\Java\jdk1.6.0_17\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows xp", version: "5.1", arch: "x86", family: "windows" [INFO] Error stacktraces are turned on. [DEBUG] Reading global settings from EMBEDDED\conf\settings.xml [DEBUG] Reading user settings from C:\Documents and Settings\hzp0nr\.m2\settings.xml [DEBUG] Using local repository at C:\Documents and Setti Sent via BlackBerry from T-Mobile |
From: Steven L. <ste...@ya...> - 2012-10-12 19:21:43
|
Running into failure with com.mindtree.techworks.insight.releng:maven-nsis-plugin:0.1.0:compile. Below is full mvn output with debug on. Any hints ? This was obtained from http://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/insight/insight-ui/tags/insight-ui-1.5.2. Also a few things perhaps to add here .... http://mindtreeinsight.sourceforge.net/devel/index.html I had to overcome the log4j dependencies resolution issue with exclusions... <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.3alpha9-SNAPSHOT</version> <exclusions> <exclusion> <groupId>com.sun.jmx</groupId> <artifactId>jmxri</artifactId> </exclusion> <exclusion> <groupId>com.sun.jdmk</groupId> <artifactId>jmxtools</artifactId> </exclusion> <exclusion> <groupId>javax.jms</groupId> <artifactId>jms</artifactId> </exclusion> </exclusions> </dependency> and I had to remove targetPath. It was resolving to a network location. If anyone can explain that , that would be helpful. <resources> <resource> <!-- <targetPath>/</targetPath> --> <filtering>true</filtering> <directory>src/main/resources</directory> </resource> </resources> Apache Maven 3.0.2 (r1056850; 2011-01-08 19:58:10-0500) Java version: 1.6.0_17, vendor: Sun Microsystems Inc. Java home: C:\Program Files\Java\jdk1.6.0_17\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows xp", version: "5.1", arch: "x86", family: "windows" [INFO] Error stacktraces are turned on. [DEBUG] Reading global settings from EMBEDDED\conf\settings.xml [DEBUG] Reading user settings from C:\Documents and Settings\hzp0nr\.m2\settings.xml [DEBUG] Using local repository at C:\Documents and Settings\hzp0nr\.m2\repository [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for C:\Documents and Settings\hzp0nr\.m2\repository [INFO] Scanning for projects... [DEBUG] Extension realms for project com.mindtree.techworks.insight:insight-ui:jar:1.5.2: (none) [DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null] [WARNING] [WARNING] Some problems were encountered while building the effective model for com.mindtree.techworks.insight:insight-ui:jar:1.5.2 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-resources-plugin is missing. @ line 232, column 12 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ line 217, column 12 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 155, column 12 [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:buildnumber-maven-plugin is missing. @ line 197, column 12 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-site-plugin is missing. @ line 303, column 12 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ line 293, column 12 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 163, column 12 [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ line 335, column 12 [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-jxr-plugin is missing. @ line 342, column 12 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [DEBUG] === REACTOR BUILD PLAN ================================================ [DEBUG] Project: com.mindtree.techworks.insight:insight-ui:jar:1.5.2 [DEBUG] Tasks: [clean, install] [DEBUG] Style: Regular [DEBUG] ======================================================================= [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Insight 1.5.2 [INFO] ------------------------------------------------------------------------ [DEBUG] Resolving plugin version for org.codehaus.mojo:buildnumber-maven-plugin [DEBUG] Could not find metadata org.codehaus.mojo:buildnumber-maven-plugin/maven-metadata.xml in local (C:\Documents and Settings\hzp0nr\.m2\repository) [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/release via 10.126.1.10:8080 as null [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/snapshot via 10.126.1.10:8080 as null [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for http://people.apache.org/maven-snapshot-repository via 10.126.1.10:8080 as null [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/dependency/ via 10.126.1.10:8080 as null Downloading: https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/dependency/org/codehaus/mojo/buildnumber-maven-plugin/maven-metadata.xml Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/mojo/buildnumber-maven-plugin/maven-metadata.xml Downloading: https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/release/org/codehaus/mojo/buildnumber-maven-plugin/maven-metadata.xml Downloading: https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/snapshot/org/codehaus/mojo/buildnumber-maven-plugin/maven-metadata.xml [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\codehaus\mojo\buildnumber-maven-plugin\resolver-status.properties [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\codehaus\mojo\buildnumber-maven-plugin\resolver-status.properties [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for http://repo1.maven.org/maven2 via 10.126.1.10:8080 as null Downloading: http://repo1.maven.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/maven-metadata.xml [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\codehaus\mojo\buildnumber-maven-plugin\resolver-status.properties [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\codehaus\mojo\buildnumber-maven-plugin\resolver-status.properties [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\codehaus\mojo\buildnumber-maven-plugin\resolver-status.properties [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\codehaus\mojo\buildnumber-maven-plugin\resolver-status.properties [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\codehaus\mojo\buildnumber-maven-plugin\resolver-status.properties [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\codehaus\mojo\buildnumber-maven-plugin\resolver-status.properties Downloaded: http://repo1.maven.org/maven2/org/codehaus/mojo/buildnumber-maven-plugin/maven-metadata.xml (515 B at 1.0 KB/sec) [DEBUG] Could not find metadata org.codehaus.mojo:buildnumber-maven-plugin/maven-metadata.xml in insight.release.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/release) [DEBUG] Could not find metadata org.codehaus.mojo:buildnumber-maven-plugin/maven-metadata.xml in insight.snapshot.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/snapshot) [DEBUG] Could not find metadata org.codehaus.mojo:buildnumber-maven-plugin/maven-metadata.xml in insight.dependency.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/dependency/) [DEBUG] Could not find metadata org.codehaus.mojo:buildnumber-maven-plugin/maven-metadata.xml in snapshot.maven.apache.org (http://people.apache.org/maven-snapshot-repository) [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\codehaus\mojo\buildnumber-maven-plugin\resolver-status.properties [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\codehaus\mojo\buildnumber-maven-plugin\resolver-status.properties [DEBUG] Resolved plugin version for org.codehaus.mojo:buildnumber-maven-plugin to 1.1 from repository central (http://repo1.maven.org/maven2, releases=true, snapshots=false, managed=false) [DEBUG] Resolving plugin version for org.apache.maven.plugins:maven-javadoc-plugin [DEBUG] Could not find metadata org.apache.maven.plugins:maven-javadoc-plugin/maven-metadata.xml in local (C:\Documents and Settings\hzp0nr\.m2\repository) [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/release via 10.126.1.10:8080 as null [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for http://people.apache.org/maven-snapshot-repository via 10.126.1.10:8080 as null [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/dependency/ via 10.126.1.10:8080 as null Downloading: https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/release/org/apache/maven/plugins/maven-javadoc-plugin/maven-metadata.xml Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-javadoc-plugin/maven-metadata.xml [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/snapshot via 10.126.1.10:8080 as null Downloading: https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/dependency/org/apache/maven/plugins/maven-javadoc-plugin/maven-metadata.xml Downloading: https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/snapshot/org/apache/maven/plugins/maven-javadoc-plugin/maven-metadata.xml [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\apache\maven\plugins\maven-javadoc-plugin\resolver-status.properties [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\apache\maven\plugins\maven-javadoc-plugin\resolver-status.properties [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for http://repo1.maven.org/maven2 via 10.126.1.10:8080 as null Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/maven-metadata.xml [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\apache\maven\plugins\maven-javadoc-plugin\resolver-status.properties [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\apache\maven\plugins\maven-javadoc-plugin\resolver-status.properties [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\apache\maven\plugins\maven-javadoc-plugin\resolver-status.properties [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\apache\maven\plugins\maven-javadoc-plugin\resolver-status.properties Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/maven-metadata.xml (747 B at 1.5 KB/sec) [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\apache\maven\plugins\maven-javadoc-plugin\resolver-status.properties [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\apache\maven\plugins\maven-javadoc-plugin\resolver-status.properties [DEBUG] Could not find metadata org.apache.maven.plugins:maven-javadoc-plugin/maven-metadata.xml in insight.release.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/release) [DEBUG] Could not find metadata org.apache.maven.plugins:maven-javadoc-plugin/maven-metadata.xml in insight.snapshot.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/snapshot) [DEBUG] Could not find metadata org.apache.maven.plugins:maven-javadoc-plugin/maven-metadata.xml in insight.dependency.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/dependency/) [DEBUG] [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\apache\maven\plugins\maven-javadoc-plugin\resolver-status.properties Could not find metadata org.apache.maven.plugins:maven-javadoc-plugin/maven-metadata.xml in snapshot.maven.apache.org (http://people.apache.org/maven-snapshot-repository) [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\apache\maven\plugins\maven-javadoc-plugin\resolver-status.properties [DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-javadoc-plugin to 2.9 from repository central (http://repo1.maven.org/maven2, releases=true, snapshots=false, managed=false) [DEBUG] Resolving plugin version for org.apache.maven.plugins:maven-source-plugin [DEBUG] Could not find metadata org.apache.maven.plugins:maven-source-plugin/maven-metadata.xml in local (C:\Documents and Settings\hzp0nr\.m2\repository) [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/snapshot via 10.126.1.10:8080 as null [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/release via 10.126.1.10:8080 as null [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/dependency/ via 10.126.1.10:8080 as null [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for http://people.apache.org/maven-snapshot-repository via 10.126.1.10:8080 as null Downloading: https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/dependency/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml Downloading: https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/release/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml Downloading: https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/snapshot/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\apache\maven\plugins\maven-source-plugin\resolver-status.properties [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\apache\maven\plugins\maven-source-plugin\resolver-status.properties [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for http://repo1.maven.org/maven2 via 10.126.1.10:8080 as null Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\apache\maven\plugins\maven-source-plugin\resolver-status.properties [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\apache\maven\plugins\maven-source-plugin\resolver-status.properties [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\apache\maven\plugins\maven-source-plugin\resolver-status.properties [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\apache\maven\plugins\maven-source-plugin\resolver-status.properties [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\apache\maven\plugins\maven-source-plugin\resolver-status.properties [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\apache\maven\plugins\maven-source-plugin\resolver-status.properties Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml (657 B at 1.6 KB/sec) [DEBUG] Could not find metadata org.apache.maven.plugins:maven-source-plugin/maven-metadata.xml in insight.release.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/release) [DEBUG] Could not find metadata org.apache.maven.plugins:maven-source-plugin/maven-metadata.xml in insight.snapshot.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/snapshot) [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\apache\maven\plugins\maven-source-plugin\resolver-status.properties [DEBUG] Could not find metadata org.apache.maven.plugins:maven-source-plugin/maven-metadata.xml in insight.dependency.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/dependency/) [DEBUG] Could not find metadata org.apache.maven.plugins:maven-source-plugin/maven-metadata.xml in snapshot.maven.apache.org (http://people.apache.org/maven-snapshot-repository) [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\org\apache\maven\plugins\maven-source-plugin\resolver-status.properties [DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-source-plugin to 2.2 from repository central (http://repo1.maven.org/maven2, releases=true, snapshots=false, managed=false) [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: com.mindtree.techworks.insight:insight-ui:1.5.2 [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [compile, runtime, test] [DEBUG] Repositories (dependencies): [insight.release.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/release, releases=true, snapshots=true, managed=false), insight.snapshot.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/snapshot, releases=true, snapshots=true, managed=false), insight.dependency.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/dependency/, releases=true, snapshots=true, managed=false), snapshot.maven.apache.org (http://people.apache.org/maven-snapshot-repository, releases=true, snapshots=true, managed=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false, managed=false)] [DEBUG] Repositories (plugins) : [insight.release.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/release, releases=true, snapshots=true, managed=false), insight.snapshot.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/snapshot, releases=true, snapshots=true, managed=false), insight.dependency.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/dependency/, releases=true, snapshots=true, managed=false), snapshot.maven.apache.org (http://people.apache.org/maven-snapshot-repository, releases=true, snapshots=true, managed=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false, managed=false)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:2.4.1:clean (default-clean) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <directory default-value="${project.build.directory}"/> <excludeDefaultDirectories default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories> <failOnError default-value="true">${maven.clean.failOnError}</failOnError> <followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks> <outputDirectory default-value="${project.build.outputDirectory}"/> <reportDirectory default-value="${project.reporting.outputDirectory}"/> <skip default-value="false">${clean.skip}</skip> <testOutputDirectory default-value="${project.build.testOutputDirectory}"/> <verbose>${clean.verbose}</verbose> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.codehaus.mojo:buildnumber-maven-plugin:1.1:create (default) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <buildNumberPropertiesFileLocation default-value="${basedir}/buildNumber.properties"/> <buildNumberPropertyName default-value="buildNumber">${maven.buildNumber.buildNumberPropertyName}</buildNumberPropertyName> <doCheck default-value="false">false</doCheck> <doUpdate default-value="false">false</doUpdate> <format>{0,date,yyyyMMdd-HHmmssZ}</format> <getRevisionOnlyOnce default-value="false"/> <items> <item>timestamp</item> </items> <locale>${maven.buildNumber.locale}</locale> <password>${password}</password> <project>${project}</project> <reactorProjects>${reactorProjects}</reactorProjects> <readUrlScm>${project.scm.connection}</readUrlScm> <scmBranchPropertyName default-value="scmBranch">${maven.buildNumber.scmBranchPropertyName}</scmBranchPropertyName> <scmDirectory default-value="${basedir}">${maven.buildNumber.scmDirectory}</scmDirectory> <session>${session}</session> <timestampPropertyName default-value="timestamp">${maven.buildNumber.timestampPropertyName}</timestampPropertyName> <urlScm>${project.scm.developerConnection}</urlScm> <useLastCommittedRevision default-value="false">${maven.buildNumber.useLastCommittedRevision}</useLastCommittedRevision> <username>${username}</username> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources (default-resources) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <buildFilters default-value="${project.build.filters}"/> <encoding default-value="${project.build.sourceEncoding}">UTF-8</encoding> <escapeString default-value="${maven.resources.escapeString}"/> <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths> <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs> <outputDirectory default-value="${project.build.outputDirectory}"/> <overwrite default-value="false">${maven.resources.overwrite}</overwrite> <project default-value="${project}"/> <resources default-value="${project.resources}"/> <session default-value="${session}"/> <useBuildFilters default-value="true"/> <useDefaultDelimiters default-value="true"/> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <basedir default-value="${basedir}"/> <buildDirectory default-value="${project.build.directory}"/> <classpathElements default-value="${project.compileClasspathElements}"/> <compileSourceRoots default-value="${project.compileSourceRoots}"/> <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId> <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion> <debug default-value="true">${maven.compiler.debug}</debug> <debuglevel>${maven.compiler.debuglevel}</debuglevel> <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding> <executable>${maven.compiler.executable}</executable> <failOnError default-value="true">${maven.compiler.failOnError}</failOnError> <fork default-value="false">${maven.compiler.fork}</fork> <generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/> <maxmem>${maven.compiler.maxmem}</maxmem> <meminitial>${maven.compiler.meminitial}</meminitial> <optimize default-value="false">${maven.compiler.optimize}</optimize> <outputDirectory default-value="${project.build.outputDirectory}"/> <outputFileName>${project.build.finalName}</outputFileName> <projectArtifact default-value="${project.artifact}"/> <session default-value="${session}"/> <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation> <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings> <source default-value="1.5">1.4</source> <staleMillis default-value="0">${lastModGranularityMs}</staleMillis> <target default-value="1.5">1.4</target> <verbose default-value="false">${maven.compiler.verbose}</verbose> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.4.3:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <buildFilters default-value="${project.build.filters}"/> <encoding default-value="${project.build.sourceEncoding}">UTF-8</encoding> <escapeString default-value="${maven.resources.escapeString}"/> <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths> <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs> <outputDirectory>${project.build.testOutputDirectory}</outputDirectory> <overwrite default-value="false">${maven.resources.overwrite}</overwrite> <project default-value="${project}"/> <resources>${project.testResources}</resources> <session default-value="${session}"/> <useBuildFilters default-value="true"/> <useDefaultDelimiters default-value="true"/> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <basedir default-value="${basedir}"/> <buildDirectory default-value="${project.build.directory}"/> <classpathElements default-value="${project.testClasspathElements}"/> <compileSourceRoots default-value="${project.testCompileSourceRoots}"/> <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId> <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion> <debug default-value="true">${maven.compiler.debug}</debug> <debuglevel>${maven.compiler.debuglevel}</debuglevel> <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding> <executable>${maven.compiler.executable}</executable> <failOnError default-value="true">${maven.compiler.failOnError}</failOnError> <fork default-value="false">${maven.compiler.fork}</fork> <generatedTestSourcesDirectory default-value="${project.build.directory}/generated-sources/test-annotations"/> <maxmem>${maven.compiler.maxmem}</maxmem> <meminitial>${maven.compiler.meminitial}</meminitial> <optimize default-value="false">${maven.compiler.optimize}</optimize> <outputDirectory default-value="${project.build.testOutputDirectory}"/> <outputFileName>${project.build.finalName}</outputFileName> <session default-value="${session}"/> <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation> <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings> <skip>${maven.test.skip}</skip> <source default-value="1.5">1.4</source> <staleMillis default-value="0">${lastModGranularityMs}</staleMillis> <target default-value="1.5">1.4</target> <testSource>${maven.compiler.testSource}</testSource> <testTarget>${maven.compiler.testTarget}</testTarget> <verbose default-value="false">${maven.compiler.verbose}</verbose> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.7.1:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <argLine>${argLine}</argLine> <basedir default-value="${basedir}"/> <childDelegation default-value="false">${childDelegation}</childDelegation> <classesDirectory default-value="${project.build.outputDirectory}"/> <debugForkedProcess>${maven.surefire.debug}</debugForkedProcess> <disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport> <enableAssertions default-value="true">${enableAssertions}</enableAssertions> <excludedGroups>${excludedGroups}</excludedGroups> <failIfNoTests>${failIfNoTests}</failIfNoTests> <forkMode default-value="once">${forkMode}</forkMode> <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds> <groups>${groups}</groups> <junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName> <jvm>${jvm}</jvm> <localRepository>${localRepository}</localRepository> <objectFactory>${objectFactory}</objectFactory> <parallel>${parallel}</parallel> <parallelMavenExecution default-value="${session.parallel}"/> <perCoreThreadCount>${perCoreThreadCount}</perCoreThreadCount> <pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap> <printSummary default-value="true">${surefire.printSummary}</printSummary> <project default-value="${project}"/> <projectArtifactMap>${project.artifactMap}</projectArtifactMap> <redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile> <remoteRepositories>${project.pluginArtifactRepositories}</remoteRepositories> <reportFormat default-value="brief">${surefire.reportFormat}</reportFormat> <reportsDirectory default-value="${project.build.directory}/surefire-reports"/> <session>${session}</session> <skip default-value="false">${maven.test.skip}</skip> <skipExec>${maven.test.skip.exec}</skipExec> <skipTests default-value="false">${skipTests}</skipTests> <test>${test}</test> <testClassesDirectory default-value="${project.build.testOutputDirectory}"/> <testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore> <testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName> <testSourceDirectory default-value="${project.build.testSourceDirectory}"/> <threadCount>${threadCount}</threadCount> <trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace> <useFile default-value="true">${surefire.useFile}</useFile> <useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar> <useSystemClassLoader>${surefire.useSystemClassLoader}</useSystemClassLoader> <useUnlimitedThreads>${useUnlimitedThreads}</useUnlimitedThreads> <workingDirectory>${basedir}</workingDirectory> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:2.3.1:jar (default-jar) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <archive> <index>true</index> <manifest> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> </manifest> <manifestEntries> <Specification-Vendor>MindTree Consulting Ltd.</Specification-Vendor> <Implementation-Vendor>MindTree Consulting Ltd.</Implementation-Vendor> <X-Compile-Source-JDK>${maven.compile.source}</X-Compile-Source-JDK> <X-Compile-Target-JDK>${maven.compile.target}</X-Compile-Target-JDK> <Implementation-Build>${buildNumber}</Implementation-Build> </manifestEntries> </archive> <classesDirectory>${project.build.outputDirectory}</classesDirectory> <defaultManifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</defaultManifestFile> <finalName default-value="${project.build.finalName}">${jar.finalName}</finalName> <forceCreation default-value="false">${jar.forceCreation}</forceCreation> <outputDirectory>${project.build.directory}</outputDirectory> <project>${project}</project> <useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-javadoc-plugin:2.9:jar (default) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <additionalJOption>${additionalJOption}</additionalJOption> <additionalparam>${additionalparam}</additionalparam> <aggregate default-value="false">${aggregate}</aggregate> <attach default-value="true">${attach}</attach> <author default-value="true">${author}</author> <bootclasspath>${bootclasspath}</bootclasspath> <bootclasspathArtifacts>${bootclasspathArtifacts}</bootclasspathArtifacts> <bottom default-value="Copyright &#169; {inceptionYear}-{currentYear} {organizationName}. All Rights Reserved.">${bottom}</bottom> <breakiterator default-value="false">${breakiterator}</breakiterator> <charset>${charset}</charset> <debug default-value="false">${debug}</debug> <defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/> <destDir>${destDir}</destDir> <detectJavaApiLink default-value="true">${detectJavaApiLink}</detectJavaApiLink> <detectLinks default-value="false">${detectLinks}</detectLinks> <detectOfflineLinks default-value="true">${detectOfflineLinks}</detectOfflineLinks> <docencoding default-value="${project.reporting.outputEncoding}">${docencoding}</docencoding> <docfilessubdirs default-value="false">${docfilessubdirs}</docfilessubdirs> <doclet>${doclet}</doclet> <docletArtifact>${docletArtifact}</docletArtifact> <docletArtifacts>${docletArtifacts}</docletArtifacts> <docletPath>${docletPath}</docletPath> <doctitle default-value="${project.name} ${project.version} API">${doctitle}</doctitle> <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding> <excludePackageNames>${excludePackageNames}</excludePackageNames> <excludedocfilessubdir>${excludedocfilessubdir}</excludedocfilessubdir> <extdirs>${extdirs}</extdirs> <failOnError default-value="true">${maven.javadoc.failOnError}</failOnError> <finalName>${project.build.finalName}</finalName> <footer>${footer}</footer> <groups>${groups}</groups> <header>${header}</header> <helpfile>${helpfile}</helpfile> <includeDependencySources default-value="false"/> <includeTransitiveDependencySources default-value="false"/> <isOffline default-value="${settings.offline}"/> <jarOutputDirectory>${project.build.directory}</jarOutputDirectory> <javaApiLinks>${javaApiLinks}</javaApiLinks> <javadocDirectory default-value="${basedir}/src/main/javadoc"/> <javadocExecutable>${javadocExecutable}</javadocExecutable> <javadocOptionsDir default-value="${project.build.directory}/javadoc-bundle-options"/> <javadocVersion>${javadocVersion}</javadocVersion> <keywords default-value="false">${keywords}</keywords> <links>${links}</links> <linksource default-value="false">${linksource}</linksource> <localRepository>${localRepository}</localRepository> <locale>${locale}</locale> <maxmemory>${maxmemory}</maxmemory> <minmemory>${minmemory}</minmemory> <nocomment default-value="false">${nocomment}</nocomment> <nodeprecated default-value="false">${nodeprecated}</nodeprecated> <nodeprecatedlist default-value="false">${nodeprecatedlist}</nodeprecatedlist> <nohelp default-value="false">${nohelp}</nohelp> <noindex default-value="false">${noindex}</noindex> <nonavbar default-value="false">${nonavbar}</nonavbar> <nooverview default-value="false">${nooverview}</nooverview> <noqualifier>${noqualifier}</noqualifier> <nosince default-value="false">${nosince}</nosince> <notimestamp default-value="false">${notimestamp}</notimestamp> <notree default-value="false">${notree}</notree> <offlineLinks>${offlineLinks}</offlineLinks> <old default-value="false">${old}</old> <outputDirectory default-value="${project.build.directory}/apidocs">${destDir}</outputDirectory> <overview default-value="${basedir}/src/main/javadoc/overview.html">${overview}</overview> <packagesheader>${packagesheader}</packagesheader> <proxyHost>${proxyHost}</proxyHost> <proxyPort>${proxyPort}</proxyPort> <quiet default-value="false">${quiet}</quiet> <reactorProjects>${reactorProjects}</reactorProjects> <remoteRepositories>${project.remoteArtifactRepositories}</remoteRepositories> <resourcesArtifacts>${resourcesArtifacts}</resourcesArtifacts> <serialwarn default-value="false">${serialwarn}</serialwarn> <show default-value="protected">${show}</show> <skip default-value="false">${maven.javadoc.skip}</skip> <source>${source}</source> <sourceDependencyCacheDir default-value="${project.build.directory}/distro-javadoc-sources"/> <sourcepath>${sourcepath}</sourcepath> <sourcetab>${sourcetab}</sourcetab> <splitindex default-value="false">${splitindex}</splitindex> <stylesheet default-value="java">maven</stylesheet> <stylesheetfile>${stylesheetfile}</stylesheetfile> <subpackages>${subpackages}</subpackages> <taglet>${taglet}</taglet> <tagletArtifact>${tagletArtifact}</tagletArtifact> <tagletArtifacts>${tagletArtifacts}</tagletArtifacts> <tagletpath>${tagletpath}</tagletpath> <taglets>${taglets}</taglets> <tags>${tags}</tags> <top>${top}</top> <use default-value="true">${use}</use> <useDefaultManifestFile default-value="false"/> <useStandardDocletOptions default-value="true">${useStandardDocletOptions}</useStandardDocletOptions> <validateLinks default-value="false">${validateLinks}</validateLinks> <verbose default-value="false">${verbose}</verbose> <version default-value="true">${version}</version> <windowtitle default-value="${project.name} ${project.version} API">${windowtitle}</windowtitle> <project default-value="${project}"/> <session default-value="${session}"/> <settings default-value="${settings}"/> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: com.mindtree.techworks.insight.releng:maven-jsmooth-plugin:0.1.0:jsmoothcompile (default) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <dependencyBaseDir>lib</dependencyBaseDir> <dependencyScope default-value="runtime"/> <iconLocation>src/assembly/resources/insight.ico</iconLocation> <includeDependencies default-value="true">true</includeDependencies> <jsmoothFile>src/assembly/insight.jsmooth</jsmoothFile> <project default-value="${project}"/> <setExeName default-value="false">true</setExeName> <setJarName default-value="true"/> <skipJSmooth default-value="false"/> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-1:single (default) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <appendAssemblyId default-value="true">${appendAssemblyId}</appendAssemblyId> <attach default-value="true">${attach}</attach> <basedir default-value="${basedir}"/> <classifier>${classifier}</classifier> <descriptor>${descriptor}</descriptor> <descriptorId>${descriptorId}</descriptorId> <descriptors> <descriptor>src/assembly/bin.xml</descriptor> <descriptor>src/assembly/src.xml</descriptor> </descriptors> <filters default-value="${project.build.filters}"/> <finalName default-value="${project.build.finalName}"/> <includeSite default-value="false">${includeSite}</includeSite> <localRepository default-value="${localRepository}"/> <outputDirectory default-value="${project.build.directory}"/> <project default-value="${project}"/> <reactorProjects default-value="${reactorProjects}"/> <remoteRepositories default-value="${project.remoteArtifactRepositories}"/> <siteDirectory default-value="${project.reporting.outputDirectory}"/> <tarLongFileMode default-value="warn">${tarLongFileMode}</tarLongFileMode> <tempRoot default-value="${project.build.directory}/archive-tmp"/> <workDirectory default-value="${project.build.directory}/assembly/work"/> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: com.mindtree.techworks.insight.releng:maven-nsis-plugin:0.1.0:compile (default) [DEBUG] Style: Aggregating [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <nsisPath>${nsisPath}</nsisPath> <project default-value="${project}"/> <projectFile>src/assembly/insight-nsis.xml</projectFile> <workDirectory default-value="${project.build.directory}/nsis-work"/> </configuration> [DEBUG] --- init fork of com.mindtree.techworks.insight:insight-ui:1.5.2 for org.apache.maven.plugins:maven-source-plugin:2.2:jar (default) --- [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.codehaus.mojo:buildnumber-maven-plugin:1.1:create (default) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <buildNumberPropertiesFileLocation default-value="${basedir}/buildNumber.properties"/> <buildNumberPropertyName default-value="buildNumber">${maven.buildNumber.buildNumberPropertyName}</buildNumberPropertyName> <doCheck default-value="false">false</doCheck> <doUpdate default-value="false">false</doUpdate> <format>{0,date,yyyyMMdd-HHmmssZ}</format> <getRevisionOnlyOnce default-value="false"/> <items> <item>timestamp</item> </items> <locale>${maven.buildNumber.locale}</locale> <password>${password}</password> <project>${project}</project> <reactorProjects>${reactorProjects}</reactorProjects> <readUrlScm>${project.scm.connection}</readUrlScm> <scmBranchPropertyName default-value="scmBranch">${maven.buildNumber.scmBranchPropertyName}</scmBranchPropertyName> <scmDirectory default-value="${basedir}">${maven.buildNumber.scmDirectory}</scmDirectory> <session>${session}</session> <timestampPropertyName default-value="timestamp">${maven.buildNumber.timestampPropertyName}</timestampPropertyName> <urlScm>${project.scm.developerConnection}</urlScm> <useLastCommittedRevision default-value="false">${maven.buildNumber.useLastCommittedRevision}</useLastCommittedRevision> <username>${username}</username> </configuration> [DEBUG] --- exit fork of com.mindtree.techworks.insight:insight-ui:1.5.2 for org.apache.maven.plugins:maven-source-plugin:2.2:jar (default) --- [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-source-plugin:2.2:jar (default) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <attach default-value="true">${attach}</attach> <classifier default-value="sources">${maven.source.classifier}</classifier> <defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/> <excludeResources default-value="false">${source.excludeResources}</excludeResources> <finalName default-value="${project.build.finalName}"/> <forceCreation default-value="false">${source.forceCreation}</forceCreation> <includePom default-value="false">${source.includePom}</includePom> <outputDirectory default-value="${project.build.directory}"/> <project default-value="${project}"/> <reactorProjects default-value="${reactorProjects}"/> <skipSource default-value="false">${source.skip}</skipSource> <useDefaultExcludes default-value="true"/> <useDefaultManifestFile default-value="false"/> </configuration> [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-install-plugin:2.3.1:install (default-install) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <artifact default-value="${project.artifact}"/> <attachedArtifacts default-value="${project.attachedArtifacts}"/> <createChecksum default-value="false">${createChecksum}</createChecksum> <localRepository>${localRepository}</localRepository> <packaging default-value="${project.packaging}"/> <pomFile default-value="${project.file}"/> <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo> </configuration> [DEBUG] ======================================================================= [DEBUG] Could not find metadata log4j:log4j:1.3alpha9-SNAPSHOT/maven-metadata.xml in local (C:\Documents and Settings\hzp0nr\.m2\repository) [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/release via 10.126.1.10:8080 as null [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for http://people.apache.org/maven-snapshot-repository via 10.126.1.10:8080 as null [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/snapshot via 10.126.1.10:8080 as null [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/dependency/ via 10.126.1.10:8080 as null Downloading: http://people.apache.org/maven-snapshot-repository/log4j/log4j/1.3alpha9-SNAPSHOT/maven-metadata.xml Downloading: https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/release/log4j/log4j/1.3alpha9-SNAPSHOT/maven-metadata.xml Downloading: https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/snapshot/log4j/log4j/1.3alpha9-SNAPSHOT/maven-metadata.xml Downloading: https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/dependency/log4j/log4j/1.3alpha9-SNAPSHOT/maven-metadata.xml [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\log4j\log4j\1.3alpha9-SNAPSHOT\resolver-status.properties [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\log4j\log4j\1.3alpha9-SNAPSHOT\resolver-status.properties [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\log4j\log4j\1.3alpha9-SNAPSHOT\resolver-status.properties [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\log4j\log4j\1.3alpha9-SNAPSHOT\resolver-status.properties Downloaded: https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/dependency/log4j/log4j/1.3alpha9-SNAPSHOT/maven-metadata.xml (303 B at 0.2 KB/sec) [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\log4j\log4j\1.3alpha9-SNAPSHOT\resolver-status.properties [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\log4j\log4j\1.3alpha9-SNAPSHOT\resolver-status.properties [DEBUG] Could not find metadata log4j:log4j:1.3alpha9-SNAPSHOT/maven-metadata.xml in insight.release.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/release) [DEBUG] Could not find metadata log4j:log4j:1.3alpha9-SNAPSHOT/maven-metadata.xml in insight.snapshot.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/snapshot) [DEBUG] Could not find metadata log4j:log4j:1.3alpha9-SNAPSHOT/maven-metadata.xml in snapshot.maven.apache.org (http://people.apache.org/maven-snapshot-repository) [DEBUG] [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\log4j\log4j\1.3alpha9-SNAPSHOT\resolver-status.properties Could not find metadata log4j:log4j:1.3alpha9-SNAPSHOT/maven-metadata.xml in local (C:\Documents and Settings\hzp0nr\.m2\repository) [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\log4j\log4j\1.3alpha9-SNAPSHOT\resolver-status.properties [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/release via 10.126.1.10:8080 as null [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/dependency/ via 10.126.1.10:8080 as null [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/snapshot via 10.126.1.10:8080 as null [DEBUG] Using connector AsyncRepositoryConnector with priority 100 for http://people.apache.org/maven-snapshot-repository via 10.126.1.10:8080 as null Downloading: https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/release/log4j/log4j/1.3alpha9-SNAPSHOT/maven-metadata.xml Downloading: http://people.apache.org/maven-snapshot-repository/log4j/log4j/1.3alpha9-SNAPSHOT/maven-metadata.xml Downloading: https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/snapshot/log4j/log4j/1.3alpha9-SNAPSHOT/maven-metadata.xml Downloading: https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/dependency/log4j/log4j/1.3alpha9-SNAPSHOT/maven-metadata.xml [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\log4j\log4j\1.3alpha9-SNAPSHOT\resolver-status.properties [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\log4j\log4j\1.3alpha9-SNAPSHOT\resolver-status.properties [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\log4j\log4j\1.3alpha9-SNAPSHOT\resolver-status.properties [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\log4j\log4j\1.3alpha9-SNAPSHOT\resolver-status.properties [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\log4j\log4j\1.3alpha9-SNAPSHOT\resolver-status.properties [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\log4j\log4j\1.3alpha9-SNAPSHOT\resolver-status.properties Downloaded: https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/dependency/log4j/log4j/1.3alpha9-SNAPSHOT/maven-metadata.xml (303 B at 0.2 KB/sec) [DEBUG] Could not find metadata log4j:log4j:1.3alpha9-SNAPSHOT/maven-metadata.xml in insight.release.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/release) [DEBUG] Could not find metadata log4j:log4j:1.3alpha9-SNAPSHOT/maven-metadata.xml in insight.snapshot.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/snapshot) [DEBUG] Could not find metadata log4j:log4j:1.3alpha9-SNAPSHOT/maven-metadata.xml in snapshot.maven.apache.org (http://people.apache.org/maven-snapshot-repository) [DEBUG] Reading resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\log4j\log4j\1.3alpha9-SNAPSHOT\resolver-status.properties [DEBUG] Writing resolution tracking file C:\Documents and Settings\hzp0nr\.m2\repository\log4j\log4j\1.3alpha9-SNAPSHOT\resolver-status.properties [DEBUG] com.mindtree.techworks.insight:insight-ui:jar:1.5.2 [DEBUG] commons-net:commons-net:jar:1.4.1:compile [DEBUG] oro:oro:jar:2.0.8:compile [DEBUG] commons-cli:commons-cli:jar:1.1:compile [DEBUG] sshtools:j2ssh-core:jar:0.2.2:compile [DEBUG] commons-httpclient:commons-httpclient:jar:3.1:compile [DEBUG] commons-logging:commons-logging:jar:1.0.4:compile [DEBUG] commons-codec:commons-codec:jar:1.2:compile [DEBUG] xerces:xercesImpl:jar:2.8.1:compile [DEBUG] xml-apis:xml-apis:jar:1.3.03:compile [DEBUG] com.jgoodies:looks:jar:2.1.2:compile [DEBUG] com.mindtree.techworks.insight:remote-protocol-j:jar:1.1.0:compile [DEBUG] log4j:log4j:jar:1.3alpha9-SNAPSHOT:compile [DEBUG] javax.mail:mail:jar:1.4:compile [DEBUG] javax.activation:activation:jar:1.1:compile [DEBUG] javax.servlet:servlet-api:jar:2.5:compile [DEBUG] junit:junit:jar:3.8.2:test [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ insight-ui --- [DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.4.1: [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:compile [DEBUG] Created new class realm maven.api [DEBUG] Importing foreign packages into class realm maven.api [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [DEBUG] Imported: org.sonatype.aether.transfer < plexus.core [DEBUG] Imported: org.apache.maven.exception < plexus.core [DEBUG] Imported: org.sonatype.aether.metadata < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [DEBUG] Imported: org.sonatype.aether.collection < plexus.core [DEBUG] Imported: org.so... [truncated message content] |
From: SourceForge.net <no...@so...> - 2012-03-16 19:12:15
|
Bugs item #3506204, was opened at 2012-03-16 09:47 Message generated for change (Comment added) made by bindul You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3506204&group_id=212019 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: insight-ui Group: insight-ui-1.5.1 Status: Open >Resolution: Later Priority: 9 Private: No Submitted By: TSS (tss1983) >Assigned to: Bindul Bhowmik (bindul) Summary: Log4j PAttern [%d{ISO8601}][%-5p][%c{1}]: %m%n is not recogn Initial Comment: Log4j pattern of my application [%d{ISO8601}][%-5p][%c{1}]: %m%n is not recognized by the Insight Tool.Can you please look into the issue ?Apart from that the tool works great! ---------------------------------------------------------------------- >Comment By: Bindul Bhowmik (bindul) Date: 2012-03-16 12:12 Message: Insight uses java.text.SimpleDateFormat to parse dates. Since SimpleDateFormat does not accept ISO8601 as a pattern string, you will have to change the format a bit when entering it in Insight preferences. For example, you could use the format: [%d{yyyy-MM-dd'T'HH:mm:ssz}][%-5p][%c{1}]: %m%n You do not have to change your log4j configuration, just the Insight preferences when arsing the log. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3506204&group_id=212019 |
From: SourceForge.net <no...@so...> - 2012-03-16 16:48:09
|
Bugs item #3506204, was opened at 2012-03-16 09:47 Message generated for change (Settings changed) made by tss1983 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3506204&group_id=212019 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: insight-ui Group: insight-ui-1.5.1 Status: Open Resolution: None >Priority: 9 Private: No Submitted By: TSS (tss1983) Assigned to: Nobody/Anonymous (nobody) Summary: Log4j PAttern [%d{ISO8601}][%-5p][%c{1}]: %m%n is not recogn Initial Comment: Log4j pattern of my application [%d{ISO8601}][%-5p][%c{1}]: %m%n is not recognized by the Insight Tool.Can you please look into the issue ?Apart from that the tool works great! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3506204&group_id=212019 |
From: SourceForge.net <no...@so...> - 2012-03-16 16:47:23
|
Bugs item #3506204, was opened at 2012-03-16 09:47 Message generated for change (Tracker Item Submitted) made by tss1983 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3506204&group_id=212019 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: insight-ui Group: insight-ui-1.5.1 Status: Open Resolution: None Priority: 5 Private: No Submitted By: TSS (tss1983) Assigned to: Nobody/Anonymous (nobody) Summary: Log4j PAttern [%d{ISO8601}][%-5p][%c{1}]: %m%n is not recogn Initial Comment: Log4j pattern of my application [%d{ISO8601}][%-5p][%c{1}]: %m%n is not recognized by the Insight Tool.Can you please look into the issue ?Apart from that the tool works great! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3506204&group_id=212019 |
From: SourceForge.net <no...@so...> - 2011-09-01 12:25:49
|
Bugs item #3402354, was opened at 2011-09-01 14:25 Message generated for change (Tracker Item Submitted) made by meinolf01 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3402354&group_id=212019 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: maven-nsis-plugin Group: maven-nsis-plugin-0.2.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: msd (meinolf01) Assigned to: Bindul Bhowmik (bindul) Summary: Uninstall does not work if installdir != default installdir Initial Comment: Tested with 0.2.0 Milestone 1 Uninstall does not work if installdir != default installdir. This happens only if you try to install an the installer has found a existing version. Reason: The location given to the uninstaller ist alway the default install directory Solution: Change the "Run the uninstaller" section in the velocity functions.vm template ; Run the uninstaller uninst: ReadRegStr $nsisR1 ${nsisProdUninstRootKey} "${nsisProdUninstKey}" "InstallDir" ClearErrors ExecWait '$nsisR0 _?=$nsisR1' Before it was ExecWait '$nsisR0 _?=$nsisInstDir' ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3402354&group_id=212019 |
From: SourceForge.net <no...@so...> - 2011-08-26 19:42:06
|
Bugs item #3386962, was opened at 2011-08-05 13:08 Message generated for change (Comment added) made by bindul You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3386962&group_id=212019 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: insight-ui Group: insight-ui-1.5.2 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Bindul Bhowmik (bindul) Summary: SFTP FIleset Fails to connect and download Initial Comment: Created a new SFTP fileset, but when I try to open it and download the log files, it always fails. Also, the popup window says to see the error messages, but there is no error message displayed or written to a log file. ---------------------------------------------------------------------- >Comment By: Bindul Bhowmik (bindul) Date: 2011-08-26 13:42 Message: Hello, The bug does not mention the OS on which Insight is being run, assuming it is Windows, could you please launch Insight from the command prompt: java -cp ./lib/*;insight-ui-1.5.2.jar com.mindtree.techworks.insight.Insight > %HOMEPATH%\insight.log 2>&1 (From the Insight installation directory) - the same would work for other OSes too (just have to change the file paths and variables. Please send us the insight.log generated which will have any exceptions, etc. Please remember to sanitize the log of any sensitive information. Thanks, Bindul Insight Development Team ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3386962&group_id=212019 |
From: SourceForge.net <no...@so...> - 2011-08-05 19:08:16
|
Bugs item #3386962, was opened at 2011-08-05 19:08 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3386962&group_id=212019 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: insight-ui Group: insight-ui-1.5.2 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: SFTP FIleset Fails to connect and download Initial Comment: Created a new SFTP fileset, but when I try to open it and download the log files, it always fails. Also, the popup window says to see the error messages, but there is no error message displayed or written to a log file. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3386962&group_id=212019 |
From: SourceForge.net <no...@so...> - 2011-03-07 10:07:23
|
Feature Requests item #3201761, was opened at 2011-03-07 10:07 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020095&aid=3201761&group_id=212019 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Insight UI Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: stadolf () Assigned to: Nobody/Anonymous (nobody) Summary: merge namespace events from different log files Initial Comment: It would be very helpful if we could merge the events from different namespaces by timestamp. Currently we're running 2 servers that generate log output simultaneously. If we import the log files into Insight we get 2 namespaces that are shown separated from each other. It would be more helpful if the log-lines could be shown consecutively. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020095&aid=3201761&group_id=212019 |
From: SourceForge.net <no...@so...> - 2011-01-26 06:46:51
|
Bugs item #2865508, was opened at 2009-09-23 22:16 Message generated for change (Comment added) made by bindul You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=2865508&group_id=212019 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: insight-ui Group: insight-ui-1.5.1 >Status: Closed >Resolution: Duplicate Priority: 5 >Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Bindul Bhowmik (bindul) Summary: maven not building jar & not install missing jars Initial Comment: i had downloaded all 3 of jars and try to install one by one with the below mentioned cmd but still does not install. shows the below error. mvn install:install-file -DgroupId=javax.jms -DartifactId=jms -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file Help.... [INFO] Building Insight [INFO] task-segment: [install:install-file] (aggregator-style) [INFO] ------------------------------------------------------------------------ [INFO] [install:install-file] [INFO] Installing C:\JanusInsight\insight-ui\branches\insight-ui-1.5.0\lib to C: \Documents and Settings\pkum20.SJD\.m2\repository\javax\jms\jms\1.1\jms-1.1.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error installing artifact 'javax.jms:jms:jar': Error installing artifact: C:\JanusInsight\insight-ui\branches\insight-ui-1.5.0\lib (Access is denied) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 second [INFO] Finished at: Thu Sep 24 09:45:07 IST 2009 [INFO] Final Memory: 3M/5M [INFO] ------------------------------------------------------------------------ error as shown below is dispalyed while building jar. [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) javax.jms:jms:jar:1.1 Try downloading the file manually from: http://java.sun.com/products/jms/docs.html Then, install it using the command: mvn install:install-file -DgroupId=javax.jms -DartifactId=jms -Dversion=1. 1 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=javax.jms -DartifactId=jms -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) com.mindtree.techworks.insight:insight-ui:jar:1.5.3-SNAPSHOT 2) log4j:log4j:jar:1.3alpha9-SNAPSHOT 3) javax.jms:jms:jar:1.1 2) com.sun.jdmk:jmxtools:jar:1.2.1 Try downloading the file manually from: http://java.sun.com/products/JavaManagement/download.html Then, install it using the command: mvn install:install-file -DgroupId=com.sun.jdmk -DartifactId=jmxtools -Dve rsion=1.2.1 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=com.sun.jdmk -DartifactId=jmxtools -Dvers ion=1.2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) com.mindtree.techworks.insight:insight-ui:jar:1.5.3-SNAPSHOT 2) log4j:log4j:jar:1.3alpha9-SNAPSHOT 3) com.sun.jdmk:jmxtools:jar:1.2.1 3) com.sun.jmx:jmxri:jar:1.2.1 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.sun.jmx -DartifactId=jmxri -Dversio n=1.2.1 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=com.sun.jmx -DartifactId=jmxri -Dversion= 1.2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) com.mindtree.techworks.insight:insight-ui:jar:1.5.3-SNAPSHOT 2) log4j:log4j:jar:1.3alpha9-SNAPSHOT 3) com.sun.jmx:jmxri:jar:1.2.1 ---------- 3 required artifacts are missing. for artifact: com.mindtree.techworks.insight:insight-ui:jar:1.5.3-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), insight.dependency.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/m indtreeinsight/maven-repo/trunk/dependency/), snapshot.maven.apache.org (http://people.apache.org/maven-snapshot-repository) , insight.snapshot.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/min dtreeinsight/maven-repo/trunk/snapshot), insight.release.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/mind treeinsight/maven-repo/trunk/release) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 42 seconds [INFO] Finished at: Thu Sep 24 09:34:38 IST 2009 [INFO] Final Memory: 16M/29M [INFO] ------------------------------------------------------------------------ ---------------------------------------------------------------------- >Comment By: Bindul Bhowmik (bindul) Date: 2011-01-25 23:46 Message: Closing as duplicate of 2869448 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=2865508&group_id=212019 |
From: SourceForge.net <no...@so...> - 2011-01-26 06:42:59
|
Bugs item #2865513, was opened at 2009-09-23 22:33 Message generated for change (Comment added) made by bindul You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=2865513&group_id=212019 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: insight-ui Group: insight-ui-1.5.1 >Status: Closed >Resolution: Invalid Priority: 5 >Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Bindul Bhowmik (bindul) Summary: specified log pattern does not exits(path value) Initial Comment: Help...... i tried log pattern & logs values as below... in simple.log file in version--insight-ui-1.5.0 problem is that it works on the exe downloaded but when i try to build it on local macine and run then same log pattern does not work. shows log pattern does not exits with path value. %d{HH:mm:ss,SSS} [%t] %p [%c{3}] %x - %m%n 19:47:40,530 [Thread-19] DEBUG [foo.bar.FooBarServlet] - PathInfo: /Bar 19:47:40,530 [Thread-19] DEBUG [foo.bar.FooBarServlet] - PathInfo: /Bar 19:47:40,530 [Thread-19] DEBUG [foo.bar.FooBarServlet] - PathInfo: /Bar ---------------------------------------------------------------------- >Comment By: Bindul Bhowmik (bindul) Date: 2011-01-25 23:42 Message: Closing as duplicate of 2869447 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=2865513&group_id=212019 |
From: SourceForge.net <no...@so...> - 2011-01-26 06:40:36
|
Bugs item #2869447, was opened at 2009-09-28 21:45 Message generated for change (Comment added) made by bindul You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=2869447&group_id=212019 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: insight-ui Group: insight-ui-1.5.1 >Status: Closed >Resolution: Invalid Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Bindul Bhowmik (bindul) Summary: log pattern does not work on local machine. Initial Comment: i tried log pattern & logs values as below... in simple.log file in version--insight-ui-1.5.0 problem is that it works on the exe downloaded but when i try to build it on local macine and run then same log pattern does not work. shows log pattern does not exits with path value. %d{HH:mm:ss,SSS} [%t] %p [%c{3}] %x - %m%n 19:47:40,530 [Thread-19] DEBUG [foo.bar.FooBarServlet] - PathInfo: /Bar 19:47:40,530 [Thread-19] DEBUG [foo.bar.FooBarServlet] - PathInfo: /Bar 19:47:40,530 [Thread-19] DEBUG [foo.bar.FooBarServlet] - PathInfo: /Bar ---------------------------------------------------------------------- >Comment By: Bindul Bhowmik (bindul) Date: 2011-01-25 23:40 Message: Hello, The pattern in the defect description above does not match the actual log data. If you notice, the pattern is: ...[<category>]<space><NDC><space>-... But the data is basically ...[<category>]<space>-... The NDC is definitely optional, but the spaces surrounding it are not (Insight at its core uses pattern matching). To parse these log messages, one of the spaces around the NDC (depending on how the actual logging is taking place) needs to be remove. Rejecting the defect. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=2869447&group_id=212019 |
From: SourceForge.net <no...@so...> - 2011-01-26 05:54:50
|
Bugs item #2869448, was opened at 2009-09-28 21:48 Message generated for change (Comment added) made by bindul You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=2869448&group_id=212019 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: insight-ui >Group: insight-ui-1.5.2 Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Bindul Bhowmik (bindul) Summary: Maven not installs missing jars Initial Comment: had downloaded all 3 of jars and try to install one by one with the below mentioned cmd but still does not install. shows the below error. mvn install:install-file -DgroupId=javax.jms -DartifactId=jms -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file Help.... [INFO] Building Insight [INFO] task-segment: [install:install-file] (aggregator-style) [INFO] ------------------------------------------------------------------------ [INFO] [install:install-file] [INFO] Installing C:\JanusInsight\insight-ui\branches\insight-ui-1.5.0\lib to C: \Documents and Settings\pkum20.SJD\.m2\repository\javax\jms\jms\1.1\jms-1.1.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error installing artifact 'javax.jms:jms:jar': Error installing artifact: C:\JanusInsight\insight-ui\branches\insight-ui-1.5.0\lib (Access is denied) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 second [INFO] Finished at: Thu Sep 24 09:45:07 IST 2009 [INFO] Final Memory: 3M/5M [INFO] ------------------------------------------------------------------------ error as shown below is dispalyed while building jar. [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) javax.jms:jms:jar:1.1 Try downloading the file manually from: http://java.sun.com/products/jms/docs.html Then, install it using the command: mvn install:install-file -DgroupId=javax.jms -DartifactId=jms -Dversion=1. 1 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=javax.jms -DartifactId=jms -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) com.mindtree.techworks.insight:insight-ui:jar:1.5.3-SNAPSHOT 2) log4j:log4j:jar:1.3alpha9-SNAPSHOT 3) javax.jms:jms:jar:1.1 2) com.sun.jdmk:jmxtools:jar:1.2.1 Try downloading the file manually from: http://java.sun.com/products/JavaManagement/download.html Then, install it using the command: mvn install:install-file -DgroupId=com.sun.jdmk -DartifactId=jmxtools -Dve rsion=1.2.1 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=com.sun.jdmk -DartifactId=jmxtools -Dvers ion=1.2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) com.mindtree.techworks.insight:insight-ui:jar:1.5.3-SNAPSHOT 2) log4j:log4j:jar:1.3alpha9-SNAPSHOT 3) com.sun.jdmk:jmxtools:jar:1.2.1 3) com.sun.jmx:jmxri:jar:1.2.1 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.sun.jmx -DartifactId=jmxri -Dversio n=1.2.1 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=com.sun.jmx -DartifactId=jmxri -Dversion= 1.2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) com.mindtree.techworks.insight:insight-ui:jar:1.5.3-SNAPSHOT 2) log4j:log4j:jar:1.3alpha9-SNAPSHOT 3) com.sun.jmx:jmxri:jar:1.2.1 ---------- 3 required artifacts are missing. for artifact: com.mindtree.techworks.insight:insight-ui:jar:1.5.3-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), insight.dependency.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/m indtreeinsight/maven-repo/trunk/dependency/), snapshot.maven.apache.org (http://people.apache.org/maven-snapshot-repository) , insight.snapshot.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/min dtreeinsight/maven-repo/trunk/snapshot), insight.release.repo (https://mindtreeinsight.svn.sourceforge.net/svnroot/mind treeinsight/maven-repo/trunk/release) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 42 seconds [INFO] Finished at: Thu Sep 24 09:34:38 IST 2009 [INFO] Final Memory: 16M/29M [INFO] ------------------------------------------------------------------------ ---------------------------------------------------------------------- >Comment By: Bindul Bhowmik (bindul) Date: 2011-01-25 22:54 Message: The dependencies are not required for the proper functioning of Insight. They are transitive dependencies of Log4j and have been added as excludes in maven dependencies. Fixed on the 1.5.x dependency branch in SVN r268 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=2869448&group_id=212019 |
From: SourceForge.net <no...@so...> - 2011-01-26 05:45:19
|
Bugs item #2491873, was opened at 2009-01-07 03:25 Message generated for change (Comment added) made by bindul You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=2491873&group_id=212019 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: insight-ui Group: insight-ui-1.5.2 Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Arnauld Van Muysewinkel (arnauldvm) Assigned to: Nobody/Anonymous (nobody) Summary: Erroneous "log pattern doesnot match data" Initial Comment: Trying to open a log file, I always get the error message "Specified log pattern doesnot match data in:"(+ log file path). Though, I copied the log pattern from my log4j.properties in my preferences. The log pattern is the following: %-5p %d{yyyy-MM-dd HH:mm:ss,SSSZ} %t %c %m%n The log file contains only the following lines: << INFO 2008-11-21 16:05:44,122+0100 main com.xxx.yyy ## Loading XXX INFO 2008-11-21 16:05:44,435+0100 main com.xxx.yyy STARTED run INFO 2008-11-21 16:05:54,076+0100 main com.xxx.yyy TERMINATED run >> I also tried with the following other patterns: %p %d{yyyy-MM-dd HH:mm:ss,SSSZ} %t %c %m%n %p %d{yyyy-MM-dd HH:mm:ss,SSS'+001'} %t %c %m%n %p %d{yyyy-MM-dd HH:mm:ss,SSS}+001 %t %c %m%n but to no avail. Since I found no error log, I've no way to investigate further to understand what's wrong in my pattern. ---------------------------------------------------------------------- >Comment By: Bindul Bhowmik (bindul) Date: 2011-01-25 22:45 Message: There was a problem we were handling the timezone +/- signs. Opened defect 3165687 for this and fixed in SVN on the 1.5.x maintenance branch (r271) ---------------------------------------------------------------------- Comment By: Regu (regunathb) Date: 2009-01-07 05:09 Message: Closing this bug as this pattern %-5p %d{yyyy-MM-dd HH:mm:ss,SSS}%x %t %c %m%n works with the minor issue of not displaying timezone in the log entry time display. As explained in the comment below, a later pattern for dateformat has been used. Insight is built against the log4j 1.3 release. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2009-01-07 03:57 Message: I tried with a pattern like: %-5p %d{yyyy-MM-dd HH:mm:ss,SSS}%x %t %c %m%n and it works. I suspect its got to do with the date pattern you have used in the log creation. Insight was built on the log4j1.3 release and you might be using a later one now. -Regu ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=2491873&group_id=212019 |
From: SourceForge.net <no...@so...> - 2011-01-26 05:44:20
|
Bugs item #3165687, was opened at 2011-01-25 22:41 Message generated for change (Comment added) made by bindul You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3165687&group_id=212019 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: insight-ui Group: insight-ui-1.5.2 Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: Bindul Bhowmik (bindul) Assigned to: Bindul Bhowmik (bindul) Summary: [2491873] Erroneous "log pattern doesnot match data" Initial Comment: This is a duplicate of 2491873 Trying to open a log file, I always get the error message "Specified log pattern doesnot match data in:"(+ log file path). Though, I copied the log pattern from my log4j.properties in my preferences. The log pattern is the following: %-5p %d{yyyy-MM-dd HH:mm:ss,SSSZ} %t %c %m%n The log file contains only the following lines: << INFO 2008-11-21 16:05:44,122+0100 main com.xxx.yyy ## Loading XXX INFO 2008-11-21 16:05:44,435+0100 main com.xxx.yyy STARTED run INFO 2008-11-21 16:05:54,076+0100 main com.xxx.yyy TERMINATED run >> I also tried with the following other patterns: %p %d{yyyy-MM-dd HH:mm:ss,SSSZ} %t %c %m%n %p %d{yyyy-MM-dd HH:mm:ss,SSS'+001'} %t %c %m%n %p %d{yyyy-MM-dd HH:mm:ss,SSS}+001 %t %c %m%n but to no avail. Since I found no error log, I've no way to investigate further to understand what's wrong in my pattern. ---------------------------------------------------------------------- >Comment By: Bindul Bhowmik (bindul) Date: 2011-01-25 22:44 Message: Problem was the way we were handling timezones not considering +/-. Fixed in r271 ---------------------------------------------------------------------- Comment By: Bindul Bhowmik (bindul) Date: 2011-01-25 22:44 Message: Fixed on branch: Revision: (http://mindtreeinsight.svn.sourceforge.net/viewvc/mindtreeinsight?view=rev&revision=). ${description} This will be available from ### release of the ${module}. For more information about the release see ${link to release plan} ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3165687&group_id=212019 |
From: SourceForge.net <no...@so...> - 2011-01-26 05:41:03
|
Bugs item #3165687, was opened at 2011-01-25 22:41 Message generated for change (Tracker Item Submitted) made by bindul You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3165687&group_id=212019 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: insight-ui Group: insight-ui-1.5.2 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Bindul Bhowmik (bindul) Assigned to: Bindul Bhowmik (bindul) Summary: [2491873] Erroneous "log pattern doesnot match data" Initial Comment: This is a duplicate of 2491873 Trying to open a log file, I always get the error message "Specified log pattern doesnot match data in:"(+ log file path). Though, I copied the log pattern from my log4j.properties in my preferences. The log pattern is the following: %-5p %d{yyyy-MM-dd HH:mm:ss,SSSZ} %t %c %m%n The log file contains only the following lines: << INFO 2008-11-21 16:05:44,122+0100 main com.xxx.yyy ## Loading XXX INFO 2008-11-21 16:05:44,435+0100 main com.xxx.yyy STARTED run INFO 2008-11-21 16:05:54,076+0100 main com.xxx.yyy TERMINATED run >> I also tried with the following other patterns: %p %d{yyyy-MM-dd HH:mm:ss,SSSZ} %t %c %m%n %p %d{yyyy-MM-dd HH:mm:ss,SSS'+001'} %t %c %m%n %p %d{yyyy-MM-dd HH:mm:ss,SSS}+001 %t %c %m%n but to no avail. Since I found no error log, I've no way to investigate further to understand what's wrong in my pattern. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3165687&group_id=212019 |
From: SourceForge.net <no...@so...> - 2011-01-25 16:42:51
|
Bugs item #3165153, was opened at 2011-01-25 03:23 Message generated for change (Comment added) made by bindul You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3165153&group_id=212019 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: insight-ui Group: insight-ui-1.5.2 Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: Bindul Bhowmik (bindul) Assigned to: Bindul Bhowmik (bindul) Summary: HTTP download of log files fails Initial Comment: Issue reported on user mailing list [http://www.mail-archive.com/min...@li.../msg00058.html] by Tim Tiernan Hi, I am facing some difficulties viewing events from my server's log file using what I believe to be the correct (log4j) message pattern. I am using an HTTP fileset to load the files, where once the logs are successfully retrieved, there are no events being displayed. We are using log4j v1.2.14 with a ConversionPattern set to* '*%d %5p [%t] (%c{1}:%L) %x - %m%n'. When I define this ConversionPattern in my Log4J Pattern Preferences, the logs are being retrieved via HTTP, however the "Events:" pane remains empty. I suspect that there is something incorrect with my message pattern, though I have not been able to pinpoint it. I have tried several variations of the pattern without any luck. For reference, the following is a sample event from my server log: "2011-01-01 10:09:48,443 TRACE [main] (PerformanceMonitoringAspect:45) - Operation MarshallingPlatformEndpoint.setplatformServiceEndPoint(..) took 153000 nanoseconds" Also, I have set my Event Column Display preferences to 'Time Priority Thread Category Line Message' to match that of our logging pattern (in case that helps). And for reference, this behavior is being observed using Insight v1.5.2 on a Windows XP Professional SP3 system. Please let me know if there is any additional information that I can provide. Thanks in advance for any assistance that you can offer. Best Regards, Tim ---------------------------------------------------------------------- >Comment By: Bindul Bhowmik (bindul) Date: 2011-01-25 09:42 Message: Fixed in r270 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3165153&group_id=212019 |
From: SourceForge.net <no...@so...> - 2011-01-25 10:23:41
|
Bugs item #3165153, was opened at 2011-01-25 03:23 Message generated for change (Tracker Item Submitted) made by bindul You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3165153&group_id=212019 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: insight-ui Group: insight-ui-1.5.2 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Bindul Bhowmik (bindul) Assigned to: Bindul Bhowmik (bindul) Summary: HTTP download of log files fails Initial Comment: Issue reported on user mailing list [http://www.mail-archive.com/min...@li.../msg00058.html] by Tim Tiernan Hi, I am facing some difficulties viewing events from my server's log file using what I believe to be the correct (log4j) message pattern. I am using an HTTP fileset to load the files, where once the logs are successfully retrieved, there are no events being displayed. We are using log4j v1.2.14 with a ConversionPattern set to* '*%d %5p [%t] (%c{1}:%L) %x - %m%n'. When I define this ConversionPattern in my Log4J Pattern Preferences, the logs are being retrieved via HTTP, however the "Events:" pane remains empty. I suspect that there is something incorrect with my message pattern, though I have not been able to pinpoint it. I have tried several variations of the pattern without any luck. For reference, the following is a sample event from my server log: "2011-01-01 10:09:48,443 TRACE [main] (PerformanceMonitoringAspect:45) - Operation MarshallingPlatformEndpoint.setplatformServiceEndPoint(..) took 153000 nanoseconds" Also, I have set my Event Column Display preferences to 'Time Priority Thread Category Line Message' to match that of our logging pattern (in case that helps). And for reference, this behavior is being observed using Insight v1.5.2 on a Windows XP Professional SP3 system. Please let me know if there is any additional information that I can provide. Thanks in advance for any assistance that you can offer. Best Regards, Tim ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3165153&group_id=212019 |
From: Regunath B. <Reg...@mi...> - 2010-11-17 04:20:45
|
The name sounds good. Please go ahead. From: Bindul Bhowmik [mailto:bin...@gm...] Sent: Wednesday, November 17, 2010 9:46 AM To: Insight Development Mailing List Subject: Re: [insight-devel] [Proposal] Split maven plugins to separate project Regu, Thanks! Picked up 'infix' from a google search with 'q=synonym+plug-in' [1] :-) But of-course open to other suggestions. Bindul [1] http://www.synonym.com/synonyms/plug%20in/ Bindul Bhowmik On Tue, Nov 16, 2010 at 21:07, Regunath Balasubramanian <Reg...@mi...<mailto:Reg...@mi...>> wrote: Dear Bindul, Completely agree with you on this. Yes, the Maven plugins really have value outside of Insight. It is not uncommon for new projects to be spawned off existing ones. Please go ahead. The name(Infix) sounds strange but nice ☺ Cheers! Regu From: Bindul Bhowmik [mailto:bin...@gm...<mailto:bin...@gm...>] Sent: Wednesday, November 17, 2010 6:25 AM To: Insight Development Mailing List Subject: [insight-devel] [Proposal] Split maven plugins to separate project All, I would like to propose that we split out the Maven plug-ins developed to aid Insight development into a separate SF.net project (MindTree Maven Plugins or MindTree Infix?). My reasoning for the proposal: 1. The scope and use of the plug-ins does not really chime with the core theme of the MindTree Insight SF.net project (which is to develop and distribute Insight). The plug-ins are general purpose tools to aid in Software/Release engineering 2. Majority of the user defects and requested enhancements on the Insight Trackers (excluding the ones we copied over from internal MindTree trackers) are for the two plug-ins. See [1], [2] and [3] below. 3. A separate Maven plug-in centric project provides a place to grow and enhance the two plug-ins independently as well as promotes future related plug-ins. The new project would of course have the similar development policies as Insight (like the MindTree namespace for packages: like com.mindtree.techworks.infix.*; attribution similar to [4]; GPL licensing; etc.). Please share your thoughts / support / objection. Regards, Bindul [1] JSmooth plugin defects: https://sourceforge.net/tracker/?func=browse&group_id=212019&atid=1020092&category=1091388 [2] NSIS plugin defects: https://sourceforge.net/tracker/?func=browse&group_id=212019&atid=1020092&category=1166612 [3] NSIS plugin feature requests: https://sourceforge.net/tracker/?func=browse&group_id=212019&atid=1020095&artgroup=898260 [4] http://mindtreeinsight.sourceforge.net/ Bindul Bhowmik ________________________________ http://www.mindtree.com/email/disclaimer.html ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ mindtreeinsight-devel mailing list min...@li...<mailto:min...@li...> https://lists.sourceforge.net/lists/listinfo/mindtreeinsight-devel |
From: Bindul B. <bin...@gm...> - 2010-11-17 04:16:18
|
Regu, Thanks! Picked up 'infix' from a google search with 'q=synonym+plug-in' [1] :-) But of-course open to other suggestions. Bindul [1] http://www.synonym.com/synonyms/plug%20in/ Bindul Bhowmik On Tue, Nov 16, 2010 at 21:07, Regunath Balasubramanian < Reg...@mi...> wrote: > Dear Bindul, > > > > Completely agree with you on this. Yes, the Maven plugins really have value > outside of Insight. > > It is not uncommon for new projects to be spawned off existing ones. Please > go ahead. The name(Infix) sounds strange but nice J > > > > Cheers! > Regu > > > > *From:* Bindul Bhowmik [mailto:bin...@gm...] > *Sent:* Wednesday, November 17, 2010 6:25 AM > *To:* Insight Development Mailing List > *Subject:* [insight-devel] [Proposal] Split maven plugins to separate > project > > > > All, > > I would like to propose that we split out the Maven plug-ins developed to > aid Insight development into a separate SF.net project (MindTree Maven > Plugins or MindTree Infix?). My reasoning for the proposal: > > 1. The scope and use of the plug-ins does not really chime with the > core theme of the MindTree Insight SF.net project (which is to develop and > distribute Insight). The plug-ins are general purpose tools to aid in > Software/Release engineering > 2. Majority of the user defects and requested enhancements on the > Insight Trackers (excluding the ones we copied over from internal MindTree > trackers) are for the two plug-ins. See [1], [2] and [3] below. > 3. A separate Maven plug-in centric project provides a place to grow > and enhance the two plug-ins independently as well as promotes future > related plug-ins. > > The new project would of course have the similar development policies as > Insight (like the MindTree namespace for packages: like > com.mindtree.techworks.infix.*; attribution similar to [4]; GPL licensing; > etc.). > > Please share your thoughts / support / objection. > > Regards, > Bindul > > [1] JSmooth plugin defects: > https://sourceforge.net/tracker/?func=browse&group_id=212019&atid=1020092&category=1091388 > [2] NSIS plugin defects: > https://sourceforge.net/tracker/?func=browse&group_id=212019&atid=1020092&category=1166612 > [3] NSIS plugin feature requests: > https://sourceforge.net/tracker/?func=browse&group_id=212019&atid=1020095&artgroup=898260 > [4] http://mindtreeinsight.sourceforge.net/ > > Bindul Bhowmik > > > > ------------------------------ > > http://www.mindtree.com/email/disclaimer.html > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today > http://p.sf.net/sfu/msIE9-sfdev2dev > _______________________________________________ > mindtreeinsight-devel mailing list > min...@li... > https://lists.sourceforge.net/lists/listinfo/mindtreeinsight-devel > > |
From: Regunath B. <Reg...@mi...> - 2010-11-17 04:08:16
|
Dear Bindul, Completely agree with you on this. Yes, the Maven plugins really have value outside of Insight. It is not uncommon for new projects to be spawned off existing ones. Please go ahead. The name(Infix) sounds strange but nice ☺ Cheers! Regu From: Bindul Bhowmik [mailto:bin...@gm...] Sent: Wednesday, November 17, 2010 6:25 AM To: Insight Development Mailing List Subject: [insight-devel] [Proposal] Split maven plugins to separate project All, I would like to propose that we split out the Maven plug-ins developed to aid Insight development into a separate SF.net project (MindTree Maven Plugins or MindTree Infix?). My reasoning for the proposal: 1. The scope and use of the plug-ins does not really chime with the core theme of the MindTree Insight SF.net project (which is to develop and distribute Insight). The plug-ins are general purpose tools to aid in Software/Release engineering 2. Majority of the user defects and requested enhancements on the Insight Trackers (excluding the ones we copied over from internal MindTree trackers) are for the two plug-ins. See [1], [2] and [3] below. 3. A separate Maven plug-in centric project provides a place to grow and enhance the two plug-ins independently as well as promotes future related plug-ins. The new project would of course have the similar development policies as Insight (like the MindTree namespace for packages: like com.mindtree.techworks.infix.*; attribution similar to [4]; GPL licensing; etc.). Please share your thoughts / support / objection. Regards, Bindul [1] JSmooth plugin defects: https://sourceforge.net/tracker/?func=browse&group_id=212019&atid=1020092&category=1091388 [2] NSIS plugin defects: https://sourceforge.net/tracker/?func=browse&group_id=212019&atid=1020092&category=1166612 [3] NSIS plugin feature requests: https://sourceforge.net/tracker/?func=browse&group_id=212019&atid=1020095&artgroup=898260 [4] http://mindtreeinsight.sourceforge.net/ Bindul Bhowmik ________________________________ http://www.mindtree.com/email/disclaimer.html |
From: Bindul B. <bin...@gm...> - 2010-11-17 00:55:00
|
All, I would like to propose that we split out the Maven plug-ins developed to aid Insight development into a separate SF.net project (MindTree Maven Plugins or MindTree Infix?). My reasoning for the proposal: 1. The scope and use of the plug-ins does not really chime with the core theme of the MindTree Insight SF.net project (which is to develop and distribute Insight). The plug-ins are general purpose tools to aid in Software/Release engineering 2. Majority of the user defects and requested enhancements on the Insight Trackers (excluding the ones we copied over from internal MindTree trackers) are for the two plug-ins. See [1], [2] and [3] below. 3. A separate Maven plug-in centric project provides a place to grow and enhance the two plug-ins independently as well as promotes future related plug-ins. The new project would of course have the similar development policies as Insight (like the MindTree namespace for packages: like com.mindtree.techworks.infix.*; attribution similar to [4]; GPL licensing; etc.). Please share your thoughts / support / objection. Regards, Bindul [1] JSmooth plugin defects: https://sourceforge.net/tracker/?func=browse&group_id=212019&atid=1020092&category=1091388 [2] NSIS plugin defects: https://sourceforge.net/tracker/?func=browse&group_id=212019&atid=1020092&category=1166612 [3] NSIS plugin feature requests: https://sourceforge.net/tracker/?func=browse&group_id=212019&atid=1020095&artgroup=898260 [4] http://mindtreeinsight.sourceforge.net/ Bindul Bhowmik |
From: SourceForge.net <no...@so...> - 2010-11-17 00:24:25
|
Feature Requests item #2014220, was opened at 2008-07-09 08:28 Message generated for change (Settings changed) made by bindul You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020095&aid=2014220&group_id=212019 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Release Engineering >Group: nsis-plugin-0.2.0 Status: Open Resolution: Accepted Priority: 5 Private: No Submitted By: yCharpentier (ycharpentier) Assigned to: Bindul Bhowmik (bindul) Summary: [Maven-NSIS-Plugin] Language selection Initial Comment: NSIS installer can be configured to include several languages that allows to display the license in the selected language or to include any particular resource directory (for example, a HSQL database which contains a website in several languages). It would be nice to have this fonctionality in the Maven NSIS plugin. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020095&aid=2014220&group_id=212019 |
From: SourceForge.net <no...@so...> - 2010-11-17 00:23:50
|
Feature Requests item #2014237, was opened at 2008-07-09 08:43 Message generated for change (Settings changed) made by bindul You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020095&aid=2014237&group_id=212019 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: Insight Remote Protocol >Group: nsis-plugin-0.2.0 Status: Open Resolution: Fixed Priority: 5 Private: No Submitted By: yCharpentier (ycharpentier) Assigned to: Bindul Bhowmik (bindul) Summary: [Maven-NSIS-Plugin] Linux compatibility Initial Comment: NSIS is not designed to work on Linux, but there is a way to recompile the source code (using scons) so we can obtain a "makensis" executable which works like on Windows. http://www.xdevsoftware.com/blog/post/How-to-Install-the-Nullsoft-Installer---NSIS-on-Linux-.aspx Moreover, the Maven NSIS Plugin calls "makensis.exe /V3" so it is not compatible with other operating systems such as Linux. It would be useful if this plugin could work on every plateform. Pending, there is a solution which consists on creating a shell script called makensis.exe which redirects to makensis. ---------------------------------------------------------------------- Comment By: Bindul Bhowmik (bindul) Date: 2009-03-27 09:59 Message: Fixed on branch: maven-nsis-plugin-0.2.0 Revision: 233 (http://mindtreeinsight.svn.sourceforge.net/viewvc/mindtreeinsight?view=rev&revision=233). - The plug-in takes in a parameter to the path of the NSIS executable and the executable name - The NsisCompileAction is OS aware now and sets options accordingly - Tested on CentOS 5.2 building Insight This will be available from 0.2.0 release of the maven-nsis-plugin. See http://mindtreeinsight.wiki.sourceforge.net/RelPlan_maven-nsis-plugin_0.2.0 for release plan. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020095&aid=2014237&group_id=212019 |
From: SourceForge.net <no...@so...> - 2010-07-07 13:52:58
|
Feature Requests item #2014237, was opened at 2008-07-09 14:43 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020095&aid=2014237&group_id=212019 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Release Engineering Group: None Status: Open Resolution: Fixed Priority: 5 Private: No Submitted By: yCharpentier (ycharpentier) Assigned to: Bindul Bhowmik (bindul) Summary: [Maven-NSIS-Plugin] Linux compatibility Initial Comment: NSIS is not designed to work on Linux, but there is a way to recompile the source code (using scons) so we can obtain a "makensis" executable which works like on Windows. http://www.xdevsoftware.com/blog/post/How-to-Install-the-Nullsoft-Installer---NSIS-on-Linux-.aspx Moreover, the Maven NSIS Plugin calls "makensis.exe /V3" so it is not compatible with other operating systems such as Linux. It would be useful if this plugin could work on every plateform. Pending, there is a solution which consists on creating a shell script called makensis.exe which redirects to makensis. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2010-07-07 13:52 Message: UYJC7w http://fj6hNsFfkfp92kf9v8dbs4NUias.com ---------------------------------------------------------------------- Comment By: Bindul Bhowmik (bindul) Date: 2009-03-27 15:59 Message: Fixed on branch: maven-nsis-plugin-0.2.0 Revision: 233 (http://mindtreeinsight.svn.sourceforge.net/viewvc/mindtreeinsight?view=rev&revision=233). - The plug-in takes in a parameter to the path of the NSIS executable and the executable name - The NsisCompileAction is OS aware now and sets options accordingly - Tested on CentOS 5.2 building Insight This will be available from 0.2.0 release of the maven-nsis-plugin. See http://mindtreeinsight.wiki.sourceforge.net/RelPlan_maven-nsis-plugin_0.2.0 for release plan. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1020095&aid=2014237&group_id=212019 |