Weird, that used to work here.....

On Wed, Oct 28, 2009 at 6:48 AM, KuKku <[email protected]> wrote:

>
> Hi Velo,
>
> Apologies for wasting your time on this.
>
> Velo I had sent a post about the flex builder plugin, basically maven
> does not seem to resolve the ${PROJECT_FRAMEWORKS}. I have created an
> environmental variable and replaced ${PROJECT_FRAMEWORKS} with $
> {env.PROJECT_FRAMEWORKS} which solved the problem.  I had also tried
> to add the ${PROJECT_FRAMEWORKS} property as a classpath variables and
> as a maven property however I could not be resolve it.   Changing $
> {PROJECT_FRAMEWORKS} to %PROJECT_FRAMEWORKS% also works.  My
> PROJECT_FRAMEWORKS environment variable points to the Flex Builder
> SDK.  Should I have done something else?
>
> Again apologies, and thanks a lot for you time and effort.
>
> Cheers
>
> Mark
>
> On Oct 28, 2:35 am, Marvin Froeder <[email protected]> wrote:
> > You misspelled it.
> >
> > VELO
> >
> > On Tue, Oct 27, 2009 at 10:22 PM, KuKku <[email protected]> wrote:
> >
> > > Hi Velo,
> >
> > > I am trying to change the <outputDirectory> property in the generate
> > > plugin however it cannot seem to make it work.  Below is my plugin
> > > configuration.  When running maven with the -X command I can see that
> > > the <baseOutputDirectory> has been changed to what I have configured
> > > however the outputDirectory does not.  What can I do? Im sorry if this
> > > is a n00b question. Any help would be appreciated.
> >
> > > Cheers,
> > > Mark
> >
> > > <plugin>
> > >        <groupId>org.sonatype.flexmojos</groupId>
> > >        <artifactId>flexmojos-maven-plugin</artifactId>
> > >        <executions>
> > >                <execution>
> > >                        <goals>
> > >                                <goal>generate</goal>
> > >                        </goals>
> > >                        <configuration>
> > >                                <beanTemplate>
> > >                                <template>${project.basedir}/templates/
> > > beanBase.gsp</template>
> >
> > >  <template>${project.basedir}/templates/bean.gsp</
> > > template>
> > >                        </beanTemplate>
> > >                        <entityTemplate>
> >
> > >  <template>${project.basedir}/templates/entityBase.gsp</template>
> >
> > >  <template>${project.basedir}/templates/entity.gsp</template>
> > >                          </entityTemplate>
> >
> > >  <generatorToUse>graniteds2</generatorToUse>
> > >                                        <includeJavaClasses>
> >
> > >  <includeClass>com.abc.tos.*</includeClass>
> > >                                        </includeJavaClasses>
> >
> > >  <ouputDirectory>${project.basedir}/../swc/src/main/flex</
> > > ouputDirectory>
> >
> > >  <outputEnumToBaseOutputDirectory>${project.basedir}/../swc/src/
> > > main/flex</outputEnumToBaseOutputDirectory>
> >
> > >  <baseOutputDirectory>${project.basedir}/../swc/src/main/flex</
> > > baseOutputDirectory>
> > >                        </configuration>
> > >                </execution>
> > >        </executions>
> > >        <version>3.4.0</version>
> > >        <extensions>true</extensions>
> > > </plugin>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to