Coder Social home page Coder Social logo

Comments (3)

searls avatar searls commented on July 24, 2024

Yikes! That's bizarre. Do you have a small project you can share?

On Oct 28, 2011, at 5:01, Xavi Beumala
[email protected]
wrote:

I'm configuring jasmine-maven-plugin so that it picks the specs from test/specs. To do so I use jsTestSrcDir to specify the specs directory as shown below:

com.github.searls jasmine-maven-plugin test test
           <configuration>
               <jsSrcDir>${project.basedir}/js</jsSrcDir>
               <preloadSources>
                   <source>${project.basedir}/js/libs/jquery.1.6.4.js</source>
               </preloadSources>
               <jsTestSrcDir>${project.basedir}/test/specs</jsTestSrcDir>
           </configuration>
       </plugin>

When I load http://localhost:8234 any spec is run (not detected). Looking at the generated html in localhost I see things like:

<script type="text/javascript" src="../../est/specs/util.spec.js"></script>

Note that the initial "t" from "test/specs" has been removed. I've done several tests and as soon as jsTestSrcDir path starts with a "t" it's removed from the path.

Reply to this email directly or view it on GitHub:
#38

from jasmine-maven-plugin.

klieber avatar klieber commented on July 24, 2024

@xbeumala is this still an issue for you with the 1.2 0.0 version? If so, I will need an example project replicating the issue so it can be fixed.

from jasmine-maven-plugin.

klieber avatar klieber commented on July 24, 2024

Closing this issue since this was reported on a very old version of the plugin and is most likely no longer a problem.

from jasmine-maven-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.