Not it shouldn't have because those tests share configuration from the
parent jdbc-ng parent pom. Otherwise tests like the jndi tests will
fail. So to make this work you will have to copy a bunch of
configuration over to the jdbc-ng unsupported parent pom. I did not do
so because i did not want to duplicate configuraton. But if specifying a
different parent while allowed, is not practical with maven then I am ok
with duplicating the info.
Jody Garnett wrote:
> Yes please andrea; this should of been done during the move.
> Jody
>
> On 08/08/2009, at 12:12 AM, Andrea Aime wrote:
>
>> Hi,
>> the two JDBC-NG unsupported modules are breaking the build if you
>> start the build directly in the "unsupported" directory.
>> The issue is one we've already seen in the past, the parent module
>> is not hosted in the parent directory, and maven code like:
>>
>> MavenProject parent = project;
>> while (parent.hasParent()) {
>> parent = parent.getParent();
>> }
>> collectDirectory = parent.getBuild().getDirectory();
>>
>> just blows up. This is happening due to the jar-collector
>> code, but I've seen the same issue happens in other plugin
>> that are doing aggregation, for example I'm sure such
>> a setup breaks the site generation.
>>
>> The problem is that the unsupported/jdbc-ng module declares
>> the parent as the supported plugin/jdbc module instead of
>> an the unsupported.
>>
>> Changing that to have unsupported as the parent allows
>> the build to go.
>> Shall we do that?
>>
>> Cheers
>> Andrea
>>
>> --
>> Andrea Aime
>> OpenGeo - http://opengeo.org
>> Expert service straight from the developers.
>>
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> 30-Day
>> trial. Simplify your report design, integration and deployment - and
>> focus on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now. http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> Geotools-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now. http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Geotools-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel