Arg... yep you're right of course! I don't know how I missed them when I was looking at the Project class... sorry for the noise
-Vincent > -----Original Message----- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: mardi 8 f�vrier 2005 11:01 > To: Maven Developers List > Subject: Re: Is the new Model in Maven 1.1 breaking code using reactor's > reactorProject variable? > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi Vincent, > > That shouldn't be the case - there are delegating getters in the > Project class. Please let me know if this isn't working for you. > > - - Brett > > Vincent Massol wrote: > > | Hi, > | > | I have seen that the Project.java file from maven core has been > | modified in SVN trunk to include a reference to the Model. > | > | I would just like confirmation that this will break all the code > | that is currently using the reactorProjects context variable > | created by the reactor tag? > | > | For example, in the dashboard plugin, we're using: > | > | <j:forEach var="reactorProject" items="${reactorProjects}"> > | <u:available > | > file="${reactorProject.context.getVariable('maven.build.dir')}/dashboard- > sin > | gle.xml"> <x:element name="project"> <x:attribute > | name="name">${reactorProject.name}</x:attribute> > | > | <x:attribute > | name="artifactId">${reactorProject.artifactId}</x:attribute> > | [...] > | > | I think the reactorProject.context... will continue to work but > | reactorProject.name and reactorProject.artifactId will probably > | break. > | > | Is this assumption correct? > | > | Thanks -Vincent > | > | > | > | > | --------------------------------------------------------------------- > | To unsubscribe, e-mail: [EMAIL PROTECTED] For > | additional commands, e-mail: [EMAIL PROTECTED] > | > | > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.0 (Cygwin) > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > > iD8DBQFCCI3QOb5RoQhMkRMRAkUcAJ9FCU+k44VvpIthOcNxYhOYGbZO3ACgutFm > Exs03EoPR0iZ667APaTgWcM= > =PzYG > -----END PGP SIGNATURE----- > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
