Re: Problems with MAVEN's-ANT on OpenVMS

2011-10-24 Thread Wayne Fay
> Thank you Wayne for this excellent Analysis. If a routine belonging to the > file system returns something badly, > there is a little chance to influence by a logical JAVA$FILENAME_CONTROL > which can be set to so many values > used to control filename encodings, particular how to deal with dot

AW: Problems with MAVEN's-ANT on OpenVMS

2011-10-24 Thread Stadelmann Josef
dot's in file names. Josef -Ursprüngliche Nachricht- Von: Wayne Fay [mailto:wayne...@gmail.com] Gesendet: Donnerstag, 20. Oktober 2011 23:51 An: Maven Users List Betreff: Re: Problems with MAVEN's-ANT on OpenVMS > With knowing the details about our environment > would

Re: Problems with MAVEN's-ANT on OpenVMS

2011-10-21 Thread Tim Pizey
Wow Wayne, brilliant response! On 20 October 2011 22:51, Wayne Fay wrote: >> With knowing the details about our environment >> would you expect that Lucene written in clean Java >> is not operating on such a platform? > > Without a comprehensive analysis of the source code for Lucene (and > pote

Re: Problems with MAVEN's-ANT on OpenVMS

2011-10-20 Thread Benson Margulies
Putting on my pointy hat with the stars on it, I'm predicting that various APIs of the File object return strings ending in "." on OpenVMS whether you want them to or not. Lucene creates a file that it thinks is named '1', (or something ending with '1') and OpenVMS helpfully decides that it's name

Re: Problems with MAVEN's-ANT on OpenVMS

2011-10-20 Thread Wayne Fay
> With knowing the details about our environment > would you expect that Lucene written in clean Java > is not operating on such a platform? Without a comprehensive analysis of the source code for Lucene (and potentially, some or all of its dependencies) it is impossible to say anything conclusive

Re: Problems with MAVEN's-ANT on OpenVMS

2011-10-20 Thread Tamás Cservenák
Um, unsure about OS versions, but by googling I found this: http://vouters.dyndns.org/tima/OpenVMS-CRTL-Java-C-Illegal_seek-lucene-Problem_with_running_any_lucene_based_Java_code.html Looks like Java on openVMS makes some software -- lucene among them -- 0xdeadbeef. Thanks, ~t~ On Thu, Oct 13,

AW: Problems with MAVEN's-ANT on OpenVMS

2011-10-20 Thread Stadelmann Josef
? -Ursprüngliche Nachricht- Von: Benson Margulies [mailto:bimargul...@gmail.com] Gesendet: Donnerstag, 13. Oktober 2011 14:58 An: Maven Users List Betreff: Re: Problems with MAVEN's-ANT on OpenVMS Just to put the cork in this, the backtrace at the end proves that Apache Lucene doesn&#

Re: Problems with MAVEN's-ANT on OpenVMS

2011-10-13 Thread Wayne Fay
> ++> sometimes inside an ant target maven gets called by a task/macro ; > in this context, ANT already knows about the proxy info. But how is this > information passed to maven now? > If maven retrieves proxy setting from MAVEN_OPTS environment variable under > any circumstances, then fine, if

Re: Problems with MAVEN's-ANT on OpenVMS

2011-10-13 Thread Benson Margulies
Just to put the cork in this, the backtrace at the end proves that Apache Lucene doesn't work in your OpenVMS environment. Words cannot express my lack of surprise. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For

AW: Problems with MAVEN's-ANT on OpenVMS

2011-10-13 Thread Stadelmann Josef
Hi Wayne my comment ++> below -Ursprüngliche Nachricht- Von: Wayne Fay [mailto:wayne...@gmail.com] Gesendet: Dienstag, 11. Oktober 2011 19:36 An: Maven Users List Betreff: Re: Problems with MAVEN's-ANT on OpenVMS > Question: Given mavens settings.xml has the proxy info's

Re: Problems with MAVEN's-ANT on OpenVMS

2011-10-11 Thread Wayne Fay
> Question: Given mavens settings.xml has the proxy info's does maven tell ant > about this proxy information? If yes, where in code and how? I don't know. I would expect the answer is in the maven-antrun-plugin source code, and having just glanced at it now, I don't see any specific location whe

Re: Problems with MAVEN's-ANT on OpenVMS

2011-10-11 Thread Stephen Connolly
ng a shell script? or the use of exported environment variable of which > bash under OpenVMS does not know anything by default? It is a tedious process > to make such complex environments work; > > Josef > > > > > > > -Ursprüngliche Nachricht- > Von: Barri

AW: Problems with MAVEN's-ANT on OpenVMS

2011-10-11 Thread Stadelmann Josef
Josef -Ursprüngliche Nachricht- Von: Barrie Treloar [mailto:baerr...@gmail.com] Gesendet: Mittwoch, 5. Oktober 2011 00:45 An: Maven Users List Betreff: Re: Problems with MAVEN's-ANT on OpenVMS On Wed, Oct 5, 2011 at 3:43 AM, Wayne Fay wrote: >> May I ask you a favor and lead me to a documen

Re: Problems with MAVEN's-ANT on OpenVMS

2011-10-04 Thread Barrie Treloar
On Wed, Oct 5, 2011 at 3:43 AM, Wayne Fay wrote: >> May I ask you a favor and lead me to a document describing how we can make >> maven using our own ant 1.7.1, >> as we had changes in ANT 1.7.1 specifically for OpenVMS, those catching >> logical, and generating a temporary >> file where all the

Re: Problems with MAVEN's-ANT on OpenVMS

2011-10-04 Thread Wayne Fay
> May I ask you a favor and lead me to a document describing how we can make > maven using our own ant 1.7.1, > as we had changes in ANT 1.7.1 specifically for OpenVMS, those catching > logical, and generating a temporary > file where all the many hundred arguments being passed today to JAVA / JV

AW: Problems with MAVEN's-ANT on OpenVMS

2011-10-04 Thread Stadelmann Josef
to:wayne...@gmail.com] Gesendet: Montag, 3. Oktober 2011 16:31 An: Maven Users List Betreff: Re: Problems with MAVEN's-ANT on OpenVMS > I was never expecting that maven is using it's own ANT ! Its not "using its own Ant." It simply does not use the Ant that you prev

Re: Problems with MAVEN's-ANT on OpenVMS

2011-10-03 Thread Wayne Fay
> I was never expecting that maven is using it's own ANT ! Its not "using its own Ant." It simply does not use the Ant that you previously installed but rather uses the Ant jars directly from its cache. > Now with maven it just did not work and the reason why is: "Maven uses it's > own ANT lib fi

Problems with MAVEN's-ANT on OpenVMS

2011-10-03 Thread Stadelmann Josef
Dear maven community, I was never expecting that maven is using it's own ANT ! We are facing problems with ANT_171 on OpenVMS; ANT 1.7.1 was unable to do a mailto:philippe.vout...@laposte.net] Gesendet: Donnerstag, 29. September 2011 16:36 An: Stadelmann Josef Betreff: Shit !!! -