[insight-devel] [ mindtreeinsight-Bugs-3402354 ] Uninstall does not work if installdir != default installdir

2011-09-01 Thread SourceForge . net
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=detailatid=1020092aid=3402354group_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=detailatid=1020092aid=3402354group_id=212019

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free Love Thy Logs t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
mindtreeinsight-devel mailing list
mindtreeinsight-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mindtreeinsight-devel


[insight-devel] [ mindtreeinsight-Bugs-3506204 ] Log4j PAttern [%d{ISO8601}][%-5p][%c{1}]: %m%n is not recogn

2012-03-16 Thread SourceForge . net
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=detailatid=1020092aid=3506204group_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=detailatid=1020092aid=3506204group_id=212019

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
mindtreeinsight-devel mailing list
mindtreeinsight-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mindtreeinsight-devel


[insight-devel] [ mindtreeinsight-Bugs-3506204 ] Log4j PAttern [%d{ISO8601}][%-5p][%c{1}]: %m%n is not recogn

2012-03-16 Thread SourceForge . net
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=detailatid=1020092aid=3506204group_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{-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=detailatid=1020092aid=3506204group_id=212019

--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
mindtreeinsight-devel mailing list
mindtreeinsight-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mindtreeinsight-devel