Re: native-maven-plugin user testing request

2006-09-26 Thread Brill Pappin
We actually have a need for this plugin but havn't seen able to get it to work yet (we also haven't tried to hard). We did notice that unless you are vary familier with your tool-chain it can be difficult to to set up and work properly (which is the case here). A bit more documentation and some

Re: m2 public repositories are FUBAR

2006-09-11 Thread Brill Pappin
Yes, thanks. Although is strange that the release repository has snapshots up to 4 and the snapshot repo has them up to 5. but it still works so I guess its not a big deal. - Brill Pappin On 9/11/06, Wayne Fay <[EMAIL PROTECTED]> wrote: Your troubles with the release plugin are

Re: another public plugin not working properly

2006-09-11 Thread Brill Pappin
Yes I understand that... in fact I do have http://people.apache.org/maven-snapshot-repository listed (afaik is the apache snapshot repo). seems I need the pluginRepositories section as well as the repositories section in the pom or plugins don't get resolved through the proxy. - Brill P

Re: m2 public repositories are FUBAR

2006-09-11 Thread Brill Pappin
Ss far as I can see, its working just fine... it just needs someone to CM and keep on top of releases its deployment. - Brill Pappin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

another public plugin not working properly

2006-09-11 Thread Brill Pappin
going through maven-proxy to I may have a misconfiguration... - Brill Pappin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: m2 public repositories are FUBAR

2006-09-10 Thread Brill Pappin
and wring "installers" that need to collect dependencies (where i can't use assembly). It's a fairly simple plugin with fairly simple goals, and I don't mind taking responsibility for it. Let me know if its been abandoned and I'll take up the task. - Brill Pappin On

Re: m2 public repositories are FUBAR

2006-09-09 Thread Brill Pappin
e often but this time is was the main m2 site documentation. Thanks for paying attention, - Brill Pappin On 9/10/06, Brett Porter <[EMAIL PROTECTED]> wrote: Is this a general problem, or just a short fuse? The dependency plugin is a known problem, which I *thought* had been fixed documenta

m2 public repositories are FUBAR

2006-09-09 Thread Brill Pappin
I may be out to lunch here, but the m2 public repositories seem to be getting worse. the one that finally got me to write this was the dependency plugin, which is listed on the main maven plugin list. http://maven.apache.org/plugins/maven-dependency-plugin/ Now I don't know if the documentation

Re: Changes report - maven 2.0.4

2006-09-05 Thread Brill Pappin
Thanks Abhijit, but he's talking about the changes plugin not the chanelog plugin. It's still not released. - Brill Pappin On 8/14/06, Abhijit Diwan <[EMAIL PROTECTED]> wrote: Hi After struggling a lot for the report here is the plugin snippet from my pom.xml whic

Re: [M2] Multiproject and ${user.dir} (was: [jira] Closed: (MNG-1570) Testing from a parent POM fails ...)

2006-07-20 Thread Brill Pappin
I'm having this problem as well... modules all build fine on their own, but I can't reference a module relative path properly when starting a reactor build from the parent. - Brill Pappin On 11/24/05, Brett Porter <[EMAIL PROTECTED]> wrote: On 11/23/05, Jörg Schaible <[EMAI

Re: [m2] multi-project problems

2006-07-20 Thread Brill Pappin
actually I just dumped clover for cobertura because it couldn't handle some of our (admitedly crappy) legacy code. - BP On 3/22/06, Wayne Fay <[EMAIL PROTECTED]> wrote: ..Or pay for Clover if this is a serious, for-work, for-profit project... And if its an open-source project, then ask Clover f

Re: RE : maven2 - war plugin issues

2006-03-20 Thread Brill Pappin
that did it... much to my surprise :) - Brill Pappin On 3/20/06, Olivier Lamy <[EMAIL PROTECTED]> wrote: > Try : > mvn compile war:exploded. (or process-classes or a phase you need) > AFAIK, the mojo war:exploded doesn't have @phase in his declaration. > > - Olivier

maven2 - war plugin issues

2006-03-18 Thread Brill Pappin
In Maven 1 the war plugin would build an exploded war with the goal war:webapp. in maven 2 the goal is war:exploded. My problem is that in maven2 the classes direcotry is not included the exploded war! How do I get the war plugin to do what it should be doing in the first place? - Brill

Re: [m2] Missing properties in schemaexport

2006-02-18 Thread Brill Pappin
Any idea when it will be released? Its a real pain not to have support and docs for something most of my db driven apps use. On 11/24/05, Brett Porter <[EMAIL PROTECTED]> wrote: > There is currently no release of it. > > http://svn.mojo.codehaus.org/trunk/mojo/mojo-sandbox/hibernate3-maven-plugi

Re: m2 - my technique for installing 3rd party jars

2005-12-15 Thread Brill Pappin
Of course your right... but if you can't (as is often the case) or you want to be able to reproduce your build at will, the you do need to think about it. In my case, I've got a bunch of people who don't give a rats ass why it doesn't work when it doesn't... if I told them they had to install 20 j

Re: Building without unit tests

2005-12-15 Thread Brill Pappin
I'm not sure it does to the exact same thing but if they feature is removed without replacement I'll be complaining very loudly :) So far I'm finding the new POM a little heavy and not as easy to use as the old maven.xml file, but the functionality is still there for the most

Re: m2 - my technique for installing 3rd party jars

2005-12-12 Thread Brill Pappin
You misunderstand... he can reproduce it at will... any developer that joins his company can simply check out the moduleand run the build... However I still think a better solution is to simply write a script that calls mvn install. - Brill Pappin On 12/12/05, Carlos Sanchez <[EMAIL PROTEC

Re: Getting started with Maven2 and Eclipse 3.0

2005-12-11 Thread Brill Pappin
The Eclipse plugin is broken (or was last time I checked) I have no idea whats taking them so long to update it (and why my maven2 hasn't updated it already... does it even do this?) but AFAIK you have to manually install the updated plugin. So, to get it all working, see this ticket: http://jira.

Re: Building without unit tests

2005-12-11 Thread Brill Pappin
wouldn't that cause the tests to never fail the build? I think what he wants is to be able to easily switch the tests off. I do this myself when I'm working on UI stuff that the tests don't check and I don't want to have to run though all the tests simply to deploy a new

Re: m2 - my technique for installing 3rd party jars

2005-12-11 Thread Brill Pappin
But it will be automated and he can reproduce it at will... However, it might be faster to simply write a script that would call mvn install on each jar instead... you'd have to include the same information, but not write out the POM. On 12/11/05, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > I don

writing a new plugin

2005-11-26 Thread Brill Pappin
I'm about to embark on writing a maven 2 plugin for Antenna. Antenna has existing Ant tasks defined (in fact its an Ant task lib). In Maven 1 it was fairly easy to implement a Maven plugin using ant tasks because you could simple call them int he plugin... how would that type of conversion be don

Re: [m2] Problem: How to run some tests only sometimes

2005-11-02 Thread Brill Pappin
I used to do this with a special goal in the maven.xml but since it no longer graces m2, I would love to hear a solution as well. - Brill Pappin On 11/2/05, Dave Neuer <[EMAIL PROTECTED]> wrote: > > So, here's my situation, I really hope someone can help figure out how > to

Re: New to Maven2 - is it ready?

2005-11-02 Thread Brill Pappin
So far, I don't think its quite ready... I've had no end of trouble even converting a simple project to use it... mostly the problems are from bad POMs but a few issues have cropped up where plugin are not doing what they should... there have not been a lot of issues, but enough that for me, it isn

Re: Eclipse plugin broken? Was: Re: including project local jars as a dependency

2005-10-29 Thread Brill Pappin
FYI what is should have added is: On 10/30/05, Brill Pappin <[EMAIL PROTECTED]> wrote: > > I just tried the system scope as suggested, however when running the > eclipse:eclipse goal, it sets the file path to: > > > which is clearly incorrect as the M2_REPO var points a

Eclipse plugin broken? Was: Re: including project local jars as a dependency

2005-10-29 Thread Brill Pappin
)? - Brill On 10/30/05, Brill Pappin <[EMAIL PROTECTED]> wrote: > > what is the lib relative to in your example? > > - Brill > > On 10/29/05, Hervé BOUTEMY <[EMAIL PROTECTED]> wrote: > > > > I had the same need and found that "system" scope could d

Re: including project local jars as a dependency

2005-10-29 Thread Brill Pappin
n.jar.activation=${basedir}/lib/activation.jar > > with following lines in pom.xml : > > javax.activation > activation > 1.0.2 > system > lib/activation.jar > > > > - Hervé Boutemy > > Le Samedi 29 Octobre 2005 07:48, Brill Pappin a écrit : > > In Maven

including project local jars as a dependency

2005-10-28 Thread Brill Pappin
that in m2? - Brill Pappin

Re: generate dependancies

2005-10-23 Thread Brill Pappin
he technique of taking the >md5 checksum of the JAR and looking up the version first and once we >have all the versions we could probably create some graphs and do some >transitivity determination. > > Or use the manifest... not all are pac

Re: [m2] Controlling Bloat

2005-10-21 Thread Brill Pappin
f the problem your having). - Brill Pappin On 10/21/05, Mark Kuzmycz <[EMAIL PROTECTED]> wrote: > > I noticed that comoons-logging-1.0.4 was using instead of > true. As a result optional dependencies were being > loaded. > > I see the use of optional and the excludes list bein

eclipse plugin (project) dependencies

2005-10-21 Thread Brill Pappin
lipse plugin or at least is not documented... so how do I specify that a dependency should be referenced as a project? - Brill Pappin

Re: [M2] Added J2EE jars but it doesn't find them in my local repository

2005-10-21 Thread Brill Pappin
You are not depending on the same version your installed version 13 and reference 1.3. - Brill Pappin On 10/21/05, Pete Thomas <[EMAIL PROTECTED]> wrote: > > I have followed the guide for adding the sun jars to my local > repository, and used the Maven recommeneded naming co

Re: missing (not needed) resources stopping build

2005-10-20 Thread Brill Pappin
pendencies like the Sun jars can print out the POM including it and the last known download location on the standard out (without extra switches)... it would help finding them for the average Joe trying to build a project. - Brill Pappin On 10/20/05, Brett Porter <[EMAIL PROTECTED]> wrote:

missing (not needed) resources stopping build

2005-10-20 Thread Brill Pappin
pendency that I can tell m2 not to bother me and allow the build to continue? - Brill Pappin

Re: [M2.0] Getting started with M2.0 and Eclipse

2005-10-19 Thread Brill Pappin
Yay... I was just checking the Mevenide site for an m2 plugin... unfortunatly the new pom structure, while it cleans a lot of things up is also a bit of a beast. I look forward to trying it out, and I'm sure I'll pester you guys with some tickets :) - Brill pappin On 10/19/05, Jas

Re: any open source projects on M2 for an example ( Cargo ? )

2005-10-19 Thread Brill Pappin
#x27;ll be at least a few weeks before I have time to get to it. - Brill Pappin On 10/19/05, Brian E. Fox <[EMAIL PROTECTED]> wrote: > > Cewolf.sourceforge.net...there is a jar that has assemblies and a war. > > -Original Message- > From: Pete Thomas [mailto:[EMAIL PROTEC

Re: broken dependencies

2005-10-19 Thread Brill Pappin
of us would maintain our sanity).. - Brill Pappin On 10/19/05, Jesse McConnell <[EMAIL PROTECTED]> wrote: > > mvn -X install will give you the debug info including things like > > [DEBUG] Retrieving parent-POM from the repository for project: > plexus:plexus-components:pom:1.1

broken dependencies

2005-10-19 Thread Brill Pappin
I'm trying to set up my first m2 project and am having a lot of dependency issues. Most seem to be broken dependencies in dynamically included POMs. It's pretty annoying the lib developers don't check this, but the only thing to do in the short tem is install them myself and send in a bug report t

Re: [ANN] Maven 2.0 Release Now Available

2005-10-19 Thread Brill Pappin
Wow... a few minutes ago I installed the RC version from Brett's site... gess I better do it all again! - Brill Pappin On 10/19/05, Jason van Zyl <[EMAIL PROTECTED]> wrote: > > On Wed, 2005-10-19 at 15:24 -0700, Brett Porter wrote: > > We are pleased to announce that Mave

Re: sun jars

2005-10-19 Thread Brill Pappin
Yah, its a bit of a gray area though... I could write a plugin that used each of the libs in question in some way and distribute the plugin... the user would then have it in the environment. Hmm... anyone want to write an email plugin? - Brill Pappin On 10/19/05, Arik Kfir <[EMAIL PROTEC

Re: sun jars

2005-10-19 Thread Brill Pappin
or the lic to be accepted, but with mirror rights, a fairly simply system could be set up. Anyway, I'm looking forward to what comes of this. - Brill Pappin On 10/19/05, Tomasz Pik <[EMAIL PROTECTED]> wrote: > > On 19/10/05, Marcel Schutte <[EMAIL PROTECTED]> wrote: > >

Re: Plugins of plugins

2005-10-18 Thread Brill Pappin
omposit" plugin where I could define a set of goals to execute. - Brill Pappin On 10/19/05, Jason van Zyl <[EMAIL PROTECTED]> wrote: > > On Tue, 2005-10-18 at 22:00 -0500, Chris Berry wrote: > > Greetings, > > Is it possible to write a "plugin of plugins"?? I

Re: sun jars

2005-10-18 Thread Brill Pappin
ed to "for your own use". - Brill Pappin On 10/18/05, Arik Kfir <[EMAIL PROTECTED]> wrote: > > No, that's ok. The license prohibits you from *redistributing* the > JAR. As long as its for your own use, you're fine. > > >

Re: using preGoal and postGoal in m2?

2005-10-18 Thread Brill Pappin
I can't say that I've got all that far with m2 yet, however what they used to be good at was "fixing" behavior of a plugin that didn't quite do what it should/could or allow you to set up a set of goals to be run with one command ... now as a rule I think a plugin that doesn't do what it could/shou

using preGoal and postGoal in m2?

2005-10-18 Thread Brill Pappin
Sorry if this has been covered on the list before (a quick search didn't turn up anything useful). Since the maven.xml file is now gone, how to I set up pre/post goals in M2? They are one of the really good features of maven 1.x and I'll really miss them if I can't use them. - Brill Pappin

Re: Standardized Maven Environment

2005-08-23 Thread Brill Pappin
. I'm not sure (maybe one of the developers can tell us) if you specify an older dependency which one is used... I primarily use this feature to ensure I'm using a plugin thats been updated since the maven version I'm using was released. - Brill Pappin Buntingster wrote: [...] &g

Re: who maintains the servletapi jars?

2005-08-04 Thread Brill Pappin
d its structure... some kind of deprecated warning maybe. Anyway, thanks for answering two stupid questions in one night :) - Brill Brett Porter wrote: > They come from the Tomcat project. The JSP packages are in > jsp-api-2.0.jar I think. > > - Brett > > On 8/5/05, Brill P

who maintains the servletapi jars?

2005-08-04 Thread Brill Pappin
Seems the servletapi-2.4.jar on ibiblio is missing the jsp package (should it be?). Anyone know who I contact about it, if it is indeed missing? (There is no contact info in the POM). - Brill Pappin - To unsubscribe, e-mail

Re: atrifactId is always 0 for build

2005-08-04 Thread Brill Pappin
Ahh crap :) Thanks... I should have been able to see that one! - Brill Brett Porter wrote: > Having looked at your project.xml, you can be assured that 1.1-beta-2 > will properly validate the XML rather than just pick and choose > invalid tags to use. > > You've got an 0 in a developer tag outs

Re: Plugin support for Hibernate 3.0

2005-08-04 Thread Brill Pappin
+1 Hibernate for M2 lost without it :) - Brill Pappin Ken Weiner wrote: > +1 for continued development of the hibernate plugin in M2. > > On 8/4/05, Brett Porter <[EMAIL PROTECTED]> wrote: > >>That said, it has been brought across to to Maven2 and so we could >>

Re: [m2] depend on version-less jars?

2005-08-04 Thread Brill Pappin
0.0.CHECKME or something to make it easy to identify libs that will need later review. - Brill Pappin Joe Futrelle wrote: > My project depends on Globus jars, many of which have no version > information. For the moment I've taken the Globus COG4 project's m1 > repository and conv

Re: atrifactId is always 0 for build

2005-08-04 Thread Brill Pappin
Should have asked earlier, but would having my project.xml file help? - Brill Pappin Brett Porter wrote: > Interestgin bug that could be a real pain in the butt to fix. This > probably changed with the upgrade to the final jexl release. > > What is happening is that it detects &#x

Re: atrifactId is always 0 for build

2005-08-04 Thread Brill Pappin
I have my project version set to SNAPSHOT in this case... it's the 3 that I'm referring to when I say "set to 3". However you seem to have uncovered another issue... - Brill Pappin Brett Porter wrote: > Interestgin bug that could be a real pain in the butt to fix. This

atrifactId is always 0 for build

2005-08-01 Thread Brill Pappin
#x27;t run into it before. Anyone have any idea whats going on? FYI - I've got my POM version set to 3. - Brill Pappin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: how to solve the cyclic depedency.

2004-12-02 Thread Brill Pappin
r" in this context can be found at the link above. - Brill Pappin rajas kumar wrote: sorry to say that i can,t under stand your meaning plz give me some more details on this issue .Is there any doucumetation specific to solve this problem.I am waiting for your reply. dan tran <[EMAIL PROTECT

Re: Maven Goals within Eclipse Debug environment?

2004-07-07 Thread Brill Pappin
When I find a test failing during a build, I simply go back to eclipse and run it ,manually on its own. You can also look at the reports in the target dir for more information. -Brill Pappin David Erickson wrote: I just need step by step for java code.. specifically my unit tests as they are

Re: Artifacts & Versioning Spec. Was: RFE for the war plugin

2004-07-07 Thread Brill Pappin
this problem, particularly not being familiar with Jelly. - Brill Pappin John Casey wrote: Brill, I've been reading along, and I agree that you have a valid use case. However, this is all academic until you send in some sort of patch. I might even use this patch if it were sent in - but I don'

Artifacts & Versioning Spec. Was: RFE for the war plugin

2004-06-30 Thread Brill Pappin
terested in more detail, the versioning spec is at: http://java.sun.com/j2se/1.4.2/docs/guide/versioning/index.html As an aside, Maven might be able to use this to determine the dependency structure of a library which I know if a holy-grail for the first release, but I leave that to the folks wor

Sorry for the confusion Was: howto: request committer status

2004-06-30 Thread Brill Pappin
vlet spec and the versioning spec. have little to do with one another. Am I talking out my rear here or does anyone at all understand what I'm talking about? - Brill Pappin Brett Porter wrote: No idea what patch, but it was probably me that rejected it. Sorry if it caused an offence, but I alwa

Re: howto: request committer status

2004-06-30 Thread Brill Pappin
then let me take it". - Brill Pappin Jason van Zyl wrote: On Tue, 2004-06-29 at 16:43, Brill Pappin wrote: How do I go about requesting commit status for this project? It is bad etiquette to request committer status in OSS projects and generally looked dimly upon. The normal course of actio

Re: RFE for the war plugin

2004-06-30 Thread Brill Pappin
other developer with commit access that will review the request? - Brill Pappin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

howto: request committer status

2004-06-29 Thread Brill Pappin
How do I go about requesting commit status for this project? I would like to be able to research ideas that users have, in order to make the tool better and give each idea a fair review. Thanks for the attention, - Brill Pappin

Re: RFE for the war plugin

2004-06-29 Thread Brill Pappin
Michal Maczka wrote: On Tue, 2004-06-29 at 18:00, Brill Pappin wrote: I thought I had explained this? You did not. [...] Actually yes I did, working backwards in time and no including the one quoted here: On Tue, 29 Jun 2004 08:53:47 -0400: "The reason I specifically want to do i

Re: RFE for the war plugin

2004-06-29 Thread Brill Pappin
Thanks, thats a good and simple temporary solution and will do until a property can be added. - Brill Charles Daniels wrote: Brett, If you want to generate a jar file for your war file and do not want to create 2 subprojects (as is the general convention), you can create a very simple postGoal th

Re: RFE for the war plugin

2004-06-29 Thread Brill Pappin
xposure or flexability. Anyway you don't need to preach to me, I know the value of Maven and the build practice prmotes (I'm using it after all). - Brill Pappin Matt Read wrote: I suggest talking to them about components, cohesion and various other buzzwords although it sounds like you

Re: RFE for the war plugin

2004-06-29 Thread Brill Pappin
, that all the options are covered... and that alone is a reason to add this ability. Mavin is built on the premise that the build is "uniform" and "easy", so if I go and write my own plugin that duplicates exactly what another plugin already does except one small addition, what t

Re: WAR file versioning (Maven RC4)

2004-06-29 Thread Brill Pappin
file, which is the best solution I think and solves the problem from both ends. - Brill Martijn Dashorst wrote: Brill Pappin wrote: I don't know how others are deploying, but I definitely *do not* want the version appended to the war file. The reason for this is that most containers nam

Re: RFE for the war plugin

2004-06-29 Thread Brill Pappin
little off topic but following that last thought -- I see Mavens value, but if you want to gain more support and remove some of the roadblocks (for me at least) you have to target the agile folks; we are an agile shop but its they are who are the ones bulking even though Maven fits right into a

Re: RFE for the war plugin

2004-06-29 Thread Brill Pappin
ing to convince anyone. I guess I'm surprised that people don't even want the *ability* to package as a JAR instead of in the classes dir. Frankly with my style, I'd package into a jar instead even if I wasn't interested in the manifest just to keep things what I would think

Re: WAR file versioning (Maven RC4)

2004-06-29 Thread Brill Pappin
n, but haven't added the preGoal yet. - Brill Pappin [EMAIL PROTECTED] wrote: Hi, I just used the war plugin, it seems that it does not attach a version to the generated war file. I am using Maven RC4. I'd expect that a testapp-1.0.war would be generated in the target directory,

Re: RFE for the war plugin

2004-06-29 Thread Brill Pappin
e any other dependency that you bundle into your war file). -Original Message- From: Brill Pappin [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 2:21 PM To: Maven Users List Subject: Re: RFE for the war plugin To clarify; I'm not asking that the classes dir go away, I'm just

Re: RFE for the war plugin

2004-06-28 Thread Brill Pappin
I actually see this as a bonus for the JAR argument, in that I can quickly patch a library or over-ride a log4j properties file without re-deploying... not that I would tend to do this if I could help it, but I've seen the need for it recently (in an emergency). - Brill Pappin Tomasz P

RFE for the war plugin

2004-06-28 Thread Brill Pappin
Who do I talk to about changes to the war plugin? The war plugin collects the un-JAR'd classes into WEB-INF/classes but I'd like instead to use the jar plugin and have the war plugin use that instead (in WEB-INF/lib). Why you ask; 1) doing so allows you to store the package version and other inf

Re: getting property files into war file

2004-06-28 Thread Brill Pappin
And if your using Eclipse you might want to include i you project.properties: maven.eclipse.classpath.include=src/conf I don't know why the Eclipse plugin guys didn't include that dir (usually required for any build I do) but they don't. - Brill Pappin Brett Porter wrote: src/co

Re: Maven Artifact/Deploy plugin 1.3 Released

2004-06-25 Thread Brill Pappin
0 Column 52 Unable to find plug-in Total time: 3 seconds Finished at: Fri Jun 25 15:52:58 EDT 2004 - Brill Pappin Brett Porter wrote: The maven team is pleased to announce the Maven Artifact Plugin 1.3 release! http://maven.apache.org/reference/plugins/artifact/ Please note: you must remove th

Re: GMail Accounts

2004-06-24 Thread Brill Pappin
don't know what its refereing to). - Brill Pappin [EMAIL PROTECTED] jmonkey-java-eventlog]$maven console __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc3 [MethodExpression] C

Re: Werkz stack traces are detrimental.

2004-06-23 Thread Brill Pappin
What version did you folks start removing those stack traces? It may be that the version installed here is older than the fixes. When I see one next I'll post it.. they are usually unexpected though and I'm not sure off the top of my head how to reproduce any particular trace. - Br

Re: Javac: source release 1.4 requires target release 1.4

2004-06-23 Thread Brill Pappin
Sorry about the multiple posts folks, my local mail system was indicating an error but the mail was going out anyway. - Brill Pappin Brill Pappin wrote: Right idea, wrong options, try: maven.compile.target=1.4 maven.compile.source=1.4 - Brill Pappin

Re: Javac: source release 1.4 requires target release 1.4

2004-06-22 Thread Brill Pappin
Right idea, wrong options, try: maven.compile.target=1.4 maven.compile.source=1.4 - Brill Pappin Onno van der Straaten wrote: Hi all, I have been spending loads of time on the following javac problem. There is code that compiles with the following error: warning: as of release 1.4, assert is a

Re: Javac: source release 1.4 requires target release 1.4

2004-06-22 Thread Brill Pappin
Right idea, wrong options, try: maven.compile.target=1.4 maven.compile.source=1.4 - Brill Pappin Onno van der Straaten wrote: Hi all, I have been spending loads of time on the following javac problem. There is code that compiles with the following error: warning: as of release 1.4, assert is a

Re: Javac: source release 1.4 requires target release 1.4

2004-06-22 Thread Brill Pappin
Right idea, wrong options, try: maven.compile.target=1.4 maven.compile.source=1.4 - Brill Pappin Onno van der Straaten wrote: Hi all, I have been spending loads of time on the following javac problem. There is code that compiles with the following error: warning: as of release 1.4, assert is a

Re: Javac: source release 1.4 requires target release 1.4

2004-06-22 Thread Brill Pappin
Right idea, wrong options, try: maven.compile.target=1.4 maven.compile.source=1.4 - Brill Pappin Onno van der Straaten wrote: Hi all, I have been spending loads of time on the following javac problem. There is code that compiles with the following error: warning: as of release 1.4, assert is a

Werkz stack traces are detrimental.

2004-06-22 Thread Brill Pappin
ternals of Maven look like... we only care that we can't build our own tree and we need to know why quickly and clearly. - Brill Pappin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Manually downloading JAR files

2004-06-22 Thread Brill Pappin
my libs that have no repository in src/libs and copy them from there. - Brill Pappin Craig Gaffney wrote: G'Day Dion, Here is the "screen print" ### Start of Command Line sample ### C:\projects\apache\jakarta-turbine-torque>maven site:generate __ __ |

Re: Problem between Maven and Eclipse

2004-06-10 Thread Brill Pappin
conf .. but its doesn't seem to work in this version. - Brill Pappin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: RC3 not so intelligent??

2004-06-09 Thread Brill Pappin
ot;shooting yourself in the foot" that anyone has so far reading this thread! of course, I may change my mind as I catch up in the thread... - Brill Pappin Jason van Zyl wrote: On Wed, 2004-06-09 at 07:10, Niclas Hedhman wrote: [EMAIL PROTECTED] cv]$ maven xdoc __ __ | \/ |__

Re: I'm obviously stupid

2004-06-08 Thread Brill Pappin
J. B. Rainsberger wrote: I am fumbling in the dark with Maven. Forgive me. I can't find the appropriate tutorial material. Missing documentation and tutorials is one the major problems for me, when trying to get my peers using it... so your not alone :) - Brill P

Re: Al Robertson is out of the office.

2004-06-07 Thread Brill Pappin
Ok, this is annoying... can an account be disabled for a specific time period? - Brill Al Robertson wrote: I will be out of the office starting 05/06/2004 and will not return until 14/06/2004. I will respond to your message when I return. This email and any files transmitted with it are confid

Re: Jars without version

2004-06-03 Thread Brill Pappin
Yah thats what I do as well, I figure that if I don't *know* the version of a jar, I can version it myself, for my own reference. It's unfortunate with have to deal with sloppy developers putting out code at all, but the fact is we do. - Brill Pappin Ian Neruda wrote: I have appli

Re: Jars without version

2004-06-02 Thread Brill Pappin
Likely I'm missing something, but *why* would you want to leave out the version info? - Brill Pappin Ian Neruda wrote: Hi. Can I install jar to repository without version part in it. When I leave version empty I get something like JarName-.jar Thanks

Re: [ANN] Mevenide releases

2004-06-02 Thread Brill Pappin
atform yet (FreeBSD/KDE). I take it that it doesn't work with the 2.x branch of eclipse? - Brill Pappin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Dependancies without repositories. Was: Re: Dependencies

2004-06-01 Thread Brill Pappin
Michal Maczka wrote: Brill Pappin wrote: Using a localized remote repo is *not* an option for us here. I'm fighting other parts of the team to use maven as it is, and having a dependency on a remote machine that is a point-of-failure is not an option. Other problems include security w

Re: Adding artifacts to local repository - how?

2004-06-01 Thread Brill Pappin
've seen people talk about in this group. - Brill Pappin Antonio Bemfica wrote: I do not have the source to create the jars. These are 3rd party libraries. From the docs on the plugin it appears that the jar:install goal would trigger the jar:jar goal to create the jar from source (which I d

Re: Dependancies without repositories. Was: Re: Dependencies

2004-06-01 Thread Brill Pappin
Actually I always do that, however the properties are not respected by all other plugins. I've found that more is required (see maven.xml in old reply below)... it's a little cumbersome, but works like a charm once set up. - Brill Pappin Dion Gillard wrote: Why not just use jar overri

IDE's and multiproject

2004-06-01 Thread Brill Pappin
How are things like multiproject handled in IDEs such as Eclipse or IDEA? IDEs like that don't understand the concept of multiproject at all. How are others solving this problem? -Brill Pappin - To unsubscribe, e-mail: [

Re: Adding artifacts to local repository - how?

2004-06-01 Thread Brill Pappin
whats wrong with jar:install? - Brill Pappin Antonio Bemfica wrote: Hello - I'm new to Maven and am having some difficulty with what I thought would be a simple task. I would like to add a few artifacts (jar files) to my local repository. I have tried to use artifact:install

Re: Dependancies without repositories. Was: Re: Dependencies

2004-06-01 Thread Brill Pappin
;t like it but thats what I have to work with :) It might help if Maven was better at using secure protocols, but I've had nothing but pain setting that up! The key is that it must not have too much in the way of "special" setup on a particular box or it simply will not be use

Dependancies without repositories. Was: Re: Dependencies

2004-05-10 Thread Brill Pappin
c/libs/javamail-1.3.1.jar * in maven.xml ---- - Brill Pappin Bill Madison wrote: Thanks Matt, Isnt there a lib or something where I can point to, instead of putting each and every jar as a dpendency, thats a lot of cut and paste work and also most of the thirdparty jars dont come with

Re: How to ask Maven to use jars from local drive ?

2004-03-22 Thread Brill Pappin
I'd like to encurage the Maven developers to clean this up (maybe make it part of the core so that other plugins respect the overrides even iof they don't specifically code for it). - Brill Pappin [EMAIL PROTECTED] wrote: I have them all in local repository, but it still tries