Tnx for your help and suggestions Logan. I got the error fixed (as
reported in the thread) by upgrading Maven (2.0.6 -> 2.0.9).
Your comments are nevertheless very helpful.
Thanks !
Piet
On Nov 27, 2008, at 5:19 PM, Logan Allred wrote:
>
> On Nov 27, 3:06 am, pvremort <[EMAIL PROTECTED]> wrote:
>> In the mean time I have 2.0M9 running (I was using the old repo,
>> thats
>> why the correct wasn't found). Luckily I found another pom here on
>> the list to point me to my mistake.
>
> Your pom you included is still pointing to 2.0M8. Do your other poms
> point to M9?
>
>> I bump into the following error in attach. Any hints ? I have no
>> clue where to start solving this. My pom worked fine for v1.0, so it
>> must be something related to my upgrade. Error and pom in attach.
> So you were building fine with flex-mojos 1.0, and you updated to use
> 2.0M8/9 and now you get this error?
>
> I haven't seen this error before either, a DOM parse error on the pom?
> During which module do you get this, or is it right off the bat? Is it
> possible one of your poms isn't valid XML?
>
>> <parent>
>> <artifactId>flex-super-pom</artifactId>
>> <groupId>info.flex-mojos</groupId>
>> <version>2.0M8</version>
>> </parent>
> This pom is pointing to M8
>
>> <modules>
>> <module>flex_unamec</module>
>> <module>flex_editor</module>
>> <module>flexlib_backendcomm_hessian</module>
>> <module>flexlib_base_dm</module>
>> <module>flexlib_cairngormextensions</module>
>> <module>flexlib_core</module>
>> <module>flexlib_unamec_dm</module>
>> <module>flexlib_view_components</module>
>> </modules>
>
> If one of these modules is failing, we'd like to see it's pom as well.
>
>> <!-- where to find the flex builder -->
>> <properties>
>> <flex.home>/Applications/Adobe Flex Builder 3/sdks/3.1.0</
>> flex.home>
>> </properties>
>
> FYI, this section is completely ignored by flex-mojos. We never depend
> on a locally installed Flex SDK, only ones in repos.
>
>> <!-- this makes maven compile flex files -->
>> <build>
>> <plugins>
>> <plugin>
>> <groupId>info.flex-mojos</groupId>
>> <artifactId>flex-compiler-mojo</artifactId>
>> <version>2.0M8</version>
>> <extensions>true</extensions>
>> <inherited>true</inherited>
>> <configuration>
>> <flexHome>${flex.home}</flexHome>
>
> FYI, this configuration is not used by flex-mojos, it will be ignored.
>
>> <quick>true</quick>
>> <debug>true</debug>
>> <incremental>true</incremental>
>> <includeSources>
>> <sources>src/main/flex</sources>
>> </includeSources>
>
> You've overriden the default value here, so it won't pick up resources
> or localizations. That's fine if you don't need them.
>
> Everything else looks fine.
>
> Logan
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/flex-mojos?hl=en?hl=en
http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---