Re: Create custom datatype programmatically

2012-02-04 Thread Stefan Bodewig
On 2012-02-04, Mansour Al Akeel wrote: > In the class org.apache.tools.ant.Project, theres a method called > createDataType(String str). > The string argument, is the name of the type to be created. More specifically, if the type lives in a Namespace it has to be "namespace-URI:type-name". > 1-

Re: ant on redhat - selection of java jdk for compiles

2012-02-04 Thread Stefan Bodewig
On 2012-02-04, glenn opdycke-hansen wrote: > I am using ant on redhat environment. You have probably installed Ant from an RPM rather than an Apache distribution, right? If so, it is quite possible the wrapper shell script is different from the one we have written. > There are multiple Java jdk

Re: Where is the issues site

2012-02-04 Thread Matt Benson
On Sat, Feb 4, 2012 at 4:42 AM, Mansour Al Akeel wrote: > I was looking for ant's bug and enhancement request, but all I was able to > find is ivy and ivyIDE under jira ! Ant is on Bugzilla; see http://ant.apache.org/bugs.html Matt ---

ant on redhat - selection of java jdk for compiles

2012-02-04 Thread glenn opdycke-hansen
I am using ant on redhat environment. There are multiple Java jdk installs on the system. I just requested that ibm jdk 1.6 sr10 be installed. The build script in ant 1.6.5 is getting the same error message as before the sr10 jdk was installed. Also ant -diagnostics is reporting the old (sr9) jdk.