Re: JDK 1.1, Personal Java. Help?

2001-09-25 Thread Aaron Kamienski
ing used somewhere in >my code. > If it is used some where in my code, then the code is not Personal-Java compliant. > -- Aaron Kamienski <[EMAIL PROTECTED]> SNAP2 Corporation

Renaming a file while jarring...

2001-09-05 Thread Aaron Kamienski
when done), but I was wondering if there was a more elegant way. A way that doesn't result in unnecessary re-jarring. thanks, ajk -- Aaron Kamienski <[EMAIL PROTECTED]> SNAP2 Corporation

Re: [POLL] JUnit Users

2001-07-16 Thread Aaron Kamienski
ote: > > > -Original Message- > > From: Aaron Kamienski [mailto:[EMAIL PROTECTED]] > > > I had asked about this previously on the list but got no reply. > > It seems (to me) to be a problem with the design, so if that's being > > reworked, there might be hope

Re: [POLL] JUnit Users

2001-07-12 Thread Aaron Kamienski
artElement(ProjectHelper.java:499) at org.apache.xerces.parsers.SAXParser.startElement(SAXParser.java:1335) ... The solution that I came up with was to put the junitreport in a sub-buildfile that is only called if Xalan is present. ajk -- Aaron Kamienski <[EMAIL PROTECTED]> SNAP2 Corporation

Problem using junitreport/report only if available

2001-06-06 Thread Aaron Kamienski
java:403) at org.apache.tools.ant.Main.main(Main.java:149) Total time: 1 second This looks like a bug to me (or is it a feechur?). Is there a recommended way around this so that I can accomplish what I want (running junitreport task only if Xalan is present)? thanks, ajk -- Aaron Kamienski <[

Re: obfuscation

2001-05-31 Thread Aaron Kamienski
How about RetroGuard (http://www.retrologic.com/retroguard-main.html)? It's released under the LGPL. Source it included. Then simply use a java task to run RetroGuard. ajk -- Aaron Kamienski <[EMAIL PROTECTED]> SNAP2 Corporation

target: if/unless w/ multiple properties?

2001-05-25 Thread Aaron Kamienski
ere any easier way? thanks, ajk -- Aaron Kamienski <[EMAIL PROTECTED]> SNAP2 Corporation